diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-06-17 15:05:09 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-06-17 15:05:09 +0000 |
commit | e2a0fa4021fae899c98f11264285324cbd53d58c (patch) | |
tree | be2192f8652602c082c6924d8841a2778ae369b1 /sys/arch/mips64/include | |
parent | 5015da80f9284319f48f2a784262f2ccbb5dc4d9 (diff) |
Eliminate a few straggling 'labelsector' field declarations from
cpu_disklabel's. 'labelsector' is not used anywhere according to grep.
'go for it' deraadt@
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/disklabel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/disklabel.h b/sys/arch/mips64/include/disklabel.h index adaf30b4d6f..e8fb8ed036a 100644 --- a/sys/arch/mips64/include/disklabel.h +++ b/sys/arch/mips64/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.14 2007/06/17 00:27:27 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.15 2007/06/17 15:05:08 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -99,7 +99,6 @@ struct sgilabel { struct cpu_disklabel { - int labelsector; }; #endif /* _MACHINE_DISKLABEL_H_ */ |