diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-26 08:27:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-26 08:27:58 +0000 |
| commit | 3344c5a17e9322ec55ad4e3026e2a1e547b89938 (patch) | |
| tree | d64002caeb72adbdfba8967693335078ae1cb1ff /sys/kern/subr_disklabel.c | |
| parent | caff01c2764f056e427ef4cd20a37357c7d4b3f2 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_disklabel.c')
| -rw-r--r-- | sys/kern/subr_disklabel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c index 3a9ad24b19c2..5498bf2f0f12 100644 --- a/sys/kern/subr_disklabel.c +++ b/sys/kern/subr_disklabel.c @@ -352,8 +352,6 @@ diskerr(bp, what, blkdone, lp) int blkdone; register struct disklabel *lp; { - int unit = dkunit(bp->bio_dev); - int slice = dkslice(bp->bio_dev); int part = dkpart(bp->bio_dev); char partname[2]; char *sname; |
