summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2006-06-01 01:17:26 +0000
committerJason Wright <jason@cvs.openbsd.org>2006-06-01 01:17:26 +0000
commitc4371bca75b628228247f0cb2a225948efd1b6ea (patch)
treef3c9653f45bfce96cfd70a8494e5d00e40e94ba1 /sys/arch/sparc64
parentc1a43eaba95ace28c0e6762b8dc9d6e18cdd8a3e (diff)
oops, remove debugging cruft
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/autoconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c
index 2c9bec9293f..65cc3f8e0c2 100644
--- a/sys/arch/sparc64/sparc64/autoconf.c
+++ b/sys/arch/sparc64/sparc64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.55 2006/05/31 20:11:31 jason Exp $ */
+/* $OpenBSD: autoconf.c,v 1.56 2006/06/01 01:17:25 jason Exp $ */
/* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */
/*
@@ -169,7 +169,6 @@ str2hex(char *str, long *vp)
int c;
if (*str == 'w') {
- printf("dubbya...%s\n", str);
for (v = 1;; v++) {
if (str[v] >= '0' && str[v] <= '9')
continue;