From 16bb31e361affa6a127c8883aaacf6f43d3c48e7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 15 Nov 1994 14:47:49 +0000 Subject: [PATCH] Remove bogus declaration of Debugger(). Change the macro for Debugger() to call the function instead of doing nothing. --- sys/scsi/sd.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index ac375435bda1..4dbe09d56dff 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.40 1994/11/03 18:20:15 joerg Exp $ + * $Id: sd.c,v 1.41 1994/11/07 20:09:35 joerg Exp $ */ #define SPLSD splbio @@ -44,12 +44,6 @@ u_int32 sdstrats, sdqueues; -#ifdef DDB -int Debugger(const char *); -#else /* DDB */ -#define Debugger(x) -#endif /* DDB */ - #define PAGESIZ 4096 #define SECSIZE 512 #define PDLOCATION 29