diff options
| author | 2011-05-02 22:23:59 +0000 | |
|---|---|---|
| committer | 2011-05-02 22:23:59 +0000 | |
| commit | b70dc9df5dd842ccadffde0cbc8cc5471e4751b7 (patch) | |
| tree | 94d21f8083ceb50ace370e0286a1c9cf21d0fd82 | |
| parent | Fix bad return value check for rcsnum_cmp() (diff) | |
| download | wireguard-openbsd-b70dc9df5dd842ccadffde0cbc8cc5471e4751b7.tar.xz wireguard-openbsd-b70dc9df5dd842ccadffde0cbc8cc5471e4751b7.zip | |
Remove unused variable
ok krw@ otto@
| -rw-r--r-- | sbin/fsck_ffs/pass1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/pass1.c b/sbin/fsck_ffs/pass1.c index dfd37bea54c..b00a3351e0f 100644 --- a/sbin/fsck_ffs/pass1.c +++ b/sbin/fsck_ffs/pass1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pass1.c,v 1.35 2011/04/24 07:07:03 otto Exp $ */ +/* $OpenBSD: pass1.c,v 1.36 2011/05/02 22:23:59 chl Exp $ */ /* $NetBSD: pass1.c,v 1.16 1996/09/27 22:45:15 christos Exp $ */ /* @@ -202,7 +202,6 @@ checkinode(ino_t inumber, struct inodesc *idesc) struct zlncnt *zlnp; int ndb, j; mode_t mode; - char *symbuf; u_int64_t lndb; dp = getnextinode(inumber); |
