From 34270f074411563988d85c36909f8b1a76739720 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 24 Jun 2001 04:54:22 +0000 Subject: Unused variable, poof. --- sys/arch/powerpc/include/disklabel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/powerpc/include/disklabel.h b/sys/arch/powerpc/include/disklabel.h index c1db665f39a..3ec45cd4b23 100644 --- a/sys/arch/powerpc/include/disklabel.h +++ b/sys/arch/powerpc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.14 2001/03/14 08:02:11 drahn Exp $ */ +/* $OpenBSD: disklabel.h,v 1.15 2001/06/24 04:54:21 drahn Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -94,7 +94,6 @@ get_le(p) void *p; #endif { - u_int32_t c; u_int8_t *_p = (u_int8_t *)p; int x; x = _p[0]; -- cgit v1.2.3