diff options
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; |
