Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev remove unused variable *dp.



details:   https://anonhg.NetBSD.org/src/rev/8bc0bb7408cf
branches:  trunk
changeset: 481799:8bc0bb7408cf
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Sun Feb 06 11:14:56 2000 +0000

description:
remove unused variable *dp.

diffstat:

 sys/arch/hp300/dev/mt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b6a76a7e5cb1 -r 8bc0bb7408cf sys/arch/hp300/dev/mt.c
--- a/sys/arch/hp300/dev/mt.c   Sun Feb 06 11:12:40 2000 +0000
+++ b/sys/arch/hp300/dev/mt.c   Sun Feb 06 11:14:56 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mt.c,v 1.11 2000/01/21 23:29:03 thorpej Exp $  */
+/*     $NetBSD: mt.c,v 1.12 2000/02/06 11:14:56 frueauf Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -550,7 +550,7 @@
        void *arg;
 {
        struct mt_softc *sc = arg;
-       struct buf *bp, *dp;
+       struct buf *bp;
        short   cmdcount = 1;
        u_char  cmdbuf[2];
 
@@ -769,7 +769,7 @@
        void *arg;
 {
        struct mt_softc *sc = arg;
-       struct buf *bp, *dp;
+       struct buf *bp;
        int i;
        u_char cmdbuf[4];
 



Home | Main Index | Thread Index | Old Index