From d40da05374bee3b7427a291e3a3fc77dac42de4a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 4 Mar 2005 15:05:41 +0000 Subject: remove unused variable --- mdk-stage1/probing.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index faf78b612..4547dbca0 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -128,7 +128,6 @@ void discovered_device(enum driver_type type, log_message("PCI: device %04x %04x %04x %04x is \"%s\", driver is %s", vendor, device, subvendor, subdevice, description, driver); #ifndef DISABLE_MEDIAS if (type == SCSI_ADAPTERS) { - int wait_msg = 0; enum insmod_return failed; wait_message("Loading driver for SCSI adapter:\n \n%s", description); failed = my_insmod(driver, SCSI_ADAPTERS, NULL, 1); -- cgit v1.2.1