diff options
author | 2006-10-04 19:01:29 +0000 | |
---|---|---|
committer | 2006-10-04 19:01:29 +0000 | |
commit | c24afc6ea84c2cfec5dedbf85c6ff6a40c545e92 (patch) | |
tree | 0d7d19829ae2bdb994c6a1cad29de9f53231af18 | |
parent | Merge pgt_start_body() into pgt_start(). (diff) | |
download | wireguard-openbsd-c24afc6ea84c2cfec5dedbf85c6ff6a40c545e92.tar.xz wireguard-openbsd-c24afc6ea84c2cfec5dedbf85c6ff6a40c545e92.zip |
unused variable
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index 1df61d8cc40..48c155e2325 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.55 2006/10/04 03:23:01 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.56 2006/10/04 19:01:29 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -221,7 +221,6 @@ readdoslabel(bp, strat, lp, osdep, partoffp, cylp, spoofonly) struct dos_partition *dp = osdep->u._i386.dosparts, *dp2; char *msg = NULL, *cp; int dospartoff, cyl, i, ourpart = -1; - dev_t dev; if (lp->d_secpercyl == 0) { msg = "invalid label, d_secpercyl == 0"; |