mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Remove bogus and unused declaration and definition of Debugger().
This commit is contained in:
parent
f8d920b2db
commit
baffceaddc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4511
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user