summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;