Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/mba Nuke unused variable.



details:   https://anonhg.NetBSD.org/src/rev/acf8a9ad5216
branches:  trunk
changeset: 482044:acf8a9ad5216
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Feb 12 16:09:33 2000 +0000

description:
Nuke unused variable.

diffstat:

 sys/arch/vax/mba/hp.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f9513575cc6b -r acf8a9ad5216 sys/arch/vax/mba/hp.c
--- a/sys/arch/vax/mba/hp.c     Sat Feb 12 16:08:04 2000 +0000
+++ b/sys/arch/vax/mba/hp.c     Sat Feb 12 16:09:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hp.c,v 1.21 2000/02/07 20:16:54 thorpej Exp $ */
+/*     $NetBSD: hp.c,v 1.22 2000/02/12 16:09:33 ragge Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -225,7 +225,6 @@
        struct  disklabel *lp = sc->sc_disk.dk_label;
        struct  buf *bp = BUFQ_FIRST(&md->md_q);
        unsigned bn, cn, sn, tn;
-       int     part = DISKPART(bp->b_dev);
 
        /*
         * Collect statistics.



Home | Main Index | Thread Index | Old Index