Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc GC unused `autoconf_nzs'.



details:   https://anonhg.NetBSD.org/src/rev/cac079a00049
branches:  trunk
changeset: 487509:cac079a00049
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Jun 08 21:37:43 2000 +0000

description:
GC unused `autoconf_nzs'.

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0b7583f3811e -r cac079a00049 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Thu Jun 08 21:25:18 2000 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Thu Jun 08 21:37:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.137 2000/03/21 21:30:33 pk Exp $ */
+/*     $NetBSD: autoconf.c,v 1.138 2000/06/08 21:37:43 pk Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -880,8 +880,6 @@
        return (1);
 }
 
-int autoconf_nzs = 0;  /* must be global so obio.c can see it */
-
 /* 
  * Helper routines to get some of the more common properties. These
  * only get the first item in case the property value is an array.



Home | Main Index | Thread Index | Old Index