Remove bogus and unused declaration and definition of Debugger().

This commit is contained in:
Bruce Evans 1994-11-15 14:49:56 +00:00
parent f8d920b2db
commit baffceaddc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4511

View File

@ -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;
/*