summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-15 14:49:56 +0000
committerbde <bde@FreeBSD.org>1994-11-15 14:49:56 +0000
commite4106fb3adad2615c5dfb690cd31095ca74c783a (patch)
treeee78b65242fa40319f9b71ef428b214c4863719a /sys/scsi/scsi_base.c
parent9fb49107aa3e4cc8f870e8997ef37848e8a70b84 (diff)
downloadFreeBSD-src-e4106fb3adad2615c5dfb690cd31095ca74c783a.zip
FreeBSD-src-e4106fb3adad2615c5dfb690cd31095ca74c783a.tar.gz
Remove bogus and unused declaration and definition of Debugger().
Diffstat (limited to 'sys/scsi/scsi_base.c')
-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 aeb74f4..4e4b21f 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;
/*
OpenPOWER on IntegriCloud