From cf23c9d2384fe8bac2270ab9b1c78fff96188fb8 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 2 Sep 1997 04:37:59 +0000 Subject: Removed another vestige of devconf. --- sys/scsi/scsi_driver.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/scsi/scsi_driver.c') diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c index 32d9c7b..7678421 100644 --- a/sys/scsi/scsi_driver.c +++ b/sys/scsi/scsi_driver.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.c,v 1.23 1997/03/23 06:33:47 bde Exp $ + * $Id: scsi_driver.c,v 1.24 1997/06/25 19:07:42 tegge Exp $ * */ @@ -58,12 +58,6 @@ ((DEVICE)->getunit) ? (*(DEVICE)->getunit)((DEV)) \ : (minor((DEV)) & ~SCSI_CONTROL_MASK) -int -scsi_goaway(int force) /* XXX should do a lot more */ -{ - return 0; -} - /* scsi_device_attach: Attach a SCSI device. This routine will * print out the device address, what it is, then call the type * attach function and when that returns print a newline. If the -- cgit v1.1