Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic GC unused variable.



details:   https://anonhg.NetBSD.org/src/rev/21bce6adf1b4
branches:  trunk
changeset: 484013:21bce6adf1b4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Mar 23 05:26:00 2000 +0000

description:
GC unused variable.

diffstat:

 sys/dev/ic/awi.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ee2ff9709cf7 -r 21bce6adf1b4 sys/dev/ic/awi.c
--- a/sys/dev/ic/awi.c  Thu Mar 23 05:19:44 2000 +0000
+++ b/sys/dev/ic/awi.c  Thu Mar 23 05:26:00 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awi.c,v 1.11 2000/03/23 05:19:44 mycroft Exp $ */
+/*     $NetBSD: awi.c,v 1.12 2000/03/23 05:26:00 mycroft Exp $ */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -689,7 +689,6 @@
        struct awi_softc *sc = ifp->if_softc;
        struct ifdrv *ifd = (struct ifdrv *)data;
        u_int8_t buf[AWICTL_BUFSIZE];
-       u_int8_t *essid;
        int error = 0;
 
        switch (ifd->ifd_cmd) {



Home | Main Index | Thread Index | Old Index