Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc remove a spurious printf.



details:   https://anonhg.NetBSD.org/src/rev/0d1a27e2b75b
branches:  trunk
changeset: 534484:0d1a27e2b75b
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Jul 28 07:00:58 2002 +0000

description:
remove a spurious printf.

diffstat:

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

diffs (19 lines):

diff -r 2b1270a5d800 -r 0d1a27e2b75b sys/arch/macppc/macppc/autoconf.c
--- a/sys/arch/macppc/macppc/autoconf.c Sun Jul 28 01:21:07 2002 +0000
+++ b/sys/arch/macppc/macppc/autoconf.c Sun Jul 28 07:00:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.29 2001/12/02 22:54:27 bouyer Exp $     */
+/*     $NetBSD: autoconf.c,v 1.30 2002/07/28 07:00:58 chs Exp $        */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -281,9 +281,6 @@
                        bp++;
                return;
        } else {
-#ifdef DEBUG
-               printf("%s -> %s\n", bootpath, dev->dv_xname);
-#endif
                booted_device = dev;
                return;
        }



Home | Main Index | Thread Index | Old Index