summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-07-31 17:23:25 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-07-31 17:23:25 +0000
commitc989e3659f53ac3ce5aa46162e9360e7cd2f03a0 (patch)
treee2a8f3191dd07d969e2c16648739448fd2711199 /sys/arch
parent2b194ed4a3c0b00c2344f106ef562cde9e5c8ea9 (diff)
remove autoconf_nzs; from netbsd
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index 53f5516b7b9..16bc0209717 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.32 2003/06/02 23:27:56 millert Exp $ */
+/* $OpenBSD: autoconf.c,v 1.33 2003/07/31 17:23:24 jason Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -987,8 +987,6 @@ mainbus_match(parent, cf, aux)
return (1);
}
-int autoconf_nzs = 0; /* must be global so obio.c can see it */
-
/*
* Attach the mainbus.
*