diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 11:30:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 11:30:40 +0000 |
commit | 3addbdbee7f30b53337980fb4fb2b401702e20dd (patch) | |
tree | 608bbf9e8aa11b01846cca1ddf327e0228b47bd8 /sys | |
parent | 22d001cc91aa95f62d84974222a34e2377c8c30d (diff) |
unused variable
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/disksubr.c b/sys/arch/i386/i386/disksubr.c index ad18df828a1..96fd3ece1ff 100644 --- a/sys/arch/i386/i386/disksubr.c +++ b/sys/arch/i386/i386/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.9 1996/10/01 01:54:03 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.10 1996/10/16 11:30:39 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -79,7 +79,6 @@ readdisklabel(dev, strat, lp, osdep) struct cpu_disklabel *osdep; { struct dos_partition *dp = osdep->dosparts, *dp2; - struct partition *pp; struct dkbad *bdp = &osdep->bad; struct buf *bp; struct disklabel *dlp; |