Revert debug-related bogon that snuck in (no change in functionality).

This commit is contained in:
scottr 2000-06-18 22:58:45 +00:00
parent 955a631ce4
commit fbafc16812

View File

@ -1,4 +1,4 @@
/* $NetBSD: adb.c,v 1.35 2000/03/19 06:07:05 scottr Exp $ */
/* $NetBSD: adb.c,v 1.36 2000/06/18 22:58:45 scottr Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@ -65,11 +65,7 @@ extern void adb_jadbproc __P((void));
*/
int adb_polling = 0; /* Are we polling? (Debugger mode) */
#ifdef ADB_DEBUG
#if 1
int adb_debug = 0xff;
#else
int adb_debug = 0; /* Output debugging messages */
#endif
#endif /* ADB_DEBUG */
extern struct mac68k_machine_S mac68k_machine;