diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:54:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:54:22 +0000 |
commit | 34270f074411563988d85c36909f8b1a76739720 (patch) | |
tree | 6cac40fb61c391dad6f4041464475a4d6ffaaa59 | |
parent | f4889a9fa9bde6c805c61d1b262fda952ec9335f (diff) |
Unused variable, poof.
-rw-r--r-- | sys/arch/powerpc/include/disklabel.h | 3 |
1 files changed, 1 insertions, 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]; |