Module Name:    src
Committed By:   he
Date:           Tue May 26 06:38:26 UTC 2009

Modified Files:
        src/sys/arch/hp300/dev: mt.c

Log Message:
Remove a now-unused local variable.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hp300/dev/mt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp300/dev/mt.c
diff -u src/sys/arch/hp300/dev/mt.c:1.48 src/sys/arch/hp300/dev/mt.c:1.49
--- src/sys/arch/hp300/dev/mt.c:1.48	Tue May 26 00:46:22 2009
+++ src/sys/arch/hp300/dev/mt.c	Tue May 26 06:38:26 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: mt.c,v 1.48 2009/05/26 00:46:22 ad Exp $	*/
+/*	$NetBSD: mt.c,v 1.49 2009/05/26 06:38:26 he Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.48 2009/05/26 00:46:22 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.49 2009/05/26 06:38:26 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -424,7 +424,6 @@
 static int
 mtcommand(dev_t dev, int cmd, int cnt)
 {
-	struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev));
 	int error = 0;
 	buf_t *bp;
 

Reply via email to