Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips remove unused variable.



details:   https://anonhg.NetBSD.org/src/rev/6d964b97573a
branches:  trunk
changeset: 521419:6d964b97573a
user:      uch <uch%NetBSD.org@localhost>
date:      Wed Jan 30 16:10:08 2002 +0000

description:
remove unused variable.

diffstat:

 sys/arch/mips/mips/mips_machdep.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 826c20b36222 -r 6d964b97573a sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Wed Jan 30 16:09:29 2002 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Wed Jan 30 16:10:08 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.120 2001/11/14 18:15:24 thorpej Exp $       */
+/*     $NetBSD: mips_machdep.c,v 1.121 2002/01/30 16:10:08 uch Exp $   */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.120 2001/11/14 18:15:24 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.121 2002/01/30 16:10:08 uch Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_ultrix.h"
@@ -125,10 +125,6 @@
 #endif
 
 #ifdef MIPS1
-#ifdef ENABLE_MIPS_TX3900
-int    r3900_icache_direct;
-#endif
-
 /*
  * MIPS-I locore function vector
  */



Home | Main Index | Thread Index | Old Index