summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/scsi/scsi_base.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index aeb74f4cb98e..4e4b21f11fe9 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -8,7 +8,7 @@
* file.
*
* Written by Julian Elischer (julian@dialix.oz.au)
- * $Id: scsi_base.c,v 1.13 1994/10/02 17:48:51 phk Exp $
+ * $Id: scsi_base.c,v 1.14 1994/10/08 22:26:36 phk Exp $
*/
#define SPLSD splbio
@@ -29,12 +29,6 @@
static errval sc_err1(struct scsi_xfer *);
static errval scsi_interpret_sense(struct scsi_xfer *);
-#ifdef DDB
-int Debugger();
-#else /* DDB */
-#define Debugger()
-#endif /* DDB */
-
struct scsi_xfer *next_free_xs;
/*