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 an unused variable.



details:   https://anonhg.NetBSD.org/src/rev/2176d0fa99ea
branches:  trunk
changeset: 755870:2176d0fa99ea
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jun 26 03:39:53 2010 +0000

description:
Remove an unused variable.

diffstat:

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

diffs (27 lines):

diff -r 7a9ad7b5a55a -r 2176d0fa99ea sys/arch/sparc/dev/zs.c
--- a/sys/arch/sparc/dev/zs.c   Sat Jun 26 03:38:14 2010 +0000
+++ b/sys/arch/sparc/dev/zs.c   Sat Jun 26 03:39:53 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs.c,v 1.119 2010/06/26 01:42:57 tsutsui Exp $ */
+/*     $NetBSD: zs.c,v 1.120 2010/06/26 03:39:53 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.119 2010/06/26 01:42:57 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.120 2010/06/26 03:39:53 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -608,8 +608,6 @@
        return (UNCONF);
 }
 
-static volatile int zssoftpending;
-
 /*
  * Our ZS chips all share a common interrupt level,
  * but we establish zshard handler per each ZS chips



Home | Main Index | Thread Index | Old Index