diff options
author | 2005-11-11 23:50:03 +0000 | |
---|---|---|
committer | 2005-11-11 23:50:03 +0000 | |
commit | 96cefaffae94d33ddb29c0bd3e6f88f148b1588b (patch) | |
tree | 70ae5ce3512e45b2428301e5eb6fae7a1939f0b6 | |
parent | Now that we have an editable minibuffer, revert parsing of (diff) | |
download | wireguard-openbsd-96cefaffae94d33ddb29c0bd3e6f88f148b1588b.tar.xz wireguard-openbsd-96cefaffae94d33ddb29c0bd3e6f88f148b1588b.zip |
remove old debug code in boot()
-rw-r--r-- | sys/arch/zaurus/zaurus/zaurus_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/zaurus/zaurus/zaurus_machdep.c b/sys/arch/zaurus/zaurus/zaurus_machdep.c index 079e1ef79b7..915a9f1ab06 100644 --- a/sys/arch/zaurus/zaurus/zaurus_machdep.c +++ b/sys/arch/zaurus/zaurus/zaurus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_machdep.c,v 1.18 2005/07/01 23:56:47 uwe Exp $ */ +/* $OpenBSD: zaurus_machdep.c,v 1.19 2005/11/11 23:50:03 deraadt Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -282,11 +282,6 @@ int comcnmode = CONMODE; void boot(int howto) { -#ifdef DIAGNOSTIC - /* info */ - printf("boot: howto=%08x curproc=%p\n", howto, curproc); -#endif - /* * If we are still cold then hit the air brakes * and crash to earth fast |