Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/fvdl-softdep]: src/sbin/fsck_ffs Remove unused variable decl. From Ethan...



details:   https://anonhg.NetBSD.org/src/rev/e68f54ac887b
branches:  fvdl-softdep
changeset: 477512:e68f54ac887b
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Oct 26 19:30:04 1999 +0000

description:
Remove unused variable decl. From Ethan Solomita.

diffstat:

 sbin/fsck_ffs/pass5.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b35cf712b865 -r e68f54ac887b sbin/fsck_ffs/pass5.c
--- a/sbin/fsck_ffs/pass5.c     Tue Oct 26 19:15:15 1999 +0000
+++ b/sbin/fsck_ffs/pass5.c     Tue Oct 26 19:30:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pass5.c,v 1.20.4.1 1999/10/19 13:01:29 fvdl Exp $      */
+/*     $NetBSD: pass5.c,v 1.20.4.2 1999/10/26 19:30:04 fvdl Exp $      */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)pass5.c    8.9 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: pass5.c,v 1.20.4.1 1999/10/19 13:01:29 fvdl Exp $");
+__RCSID("$NetBSD: pass5.c,v 1.20.4.2 1999/10/26 19:30:04 fvdl Exp $");
 #endif
 #endif /* not lint */
 
@@ -68,7 +68,7 @@
        struct fs *fs = sblock;
        ufs_daddr_t dbase, dmax;
        ufs_daddr_t d;
-       long i, j, k;
+       long i, j;
        struct csum *cs;
        struct csum cstotal;
        struct inodesc idesc[3];



Home | Main Index | Thread Index | Old Index