Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Remove now unused variable `i'.



details:   https://anonhg.NetBSD.org/src/rev/a03f460a7777
branches:  trunk
changeset: 475835:a03f460a7777
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Aug 27 10:49:20 1999 +0000

description:
Remove now unused variable `i'.

diffstat:

 sys/arch/sparc/dev/tcx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f6a41ef13279 -r a03f460a7777 sys/arch/sparc/dev/tcx.c
--- a/sys/arch/sparc/dev/tcx.c  Fri Aug 27 07:59:49 1999 +0000
+++ b/sys/arch/sparc/dev/tcx.c  Fri Aug 27 10:49:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcx.c,v 1.14 1999/08/26 22:53:42 thorpej Exp $ */
+/*     $NetBSD: tcx.c,v 1.15 1999/08/27 10:49:20 hannken Exp $ */
 
 /*
  *  Copyright (c) 1996,1998 The NetBSD Foundation, Inc.
@@ -136,7 +136,7 @@
 {
        struct tcx_softc *sc = (struct tcx_softc *)self;
        struct sbus_attach_args *sa = args;
-       int node, ramsize, i;
+       int node, ramsize;
        volatile struct bt_regs *bt;
        struct fbdevice *fb = &sc->sc_fb;
        bus_space_handle_t bh;



Home | Main Index | Thread Index | Old Index