summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-04 15:05:41 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-04 15:05:41 +0000
commitd40da05374bee3b7427a291e3a3fc77dac42de4a (patch)
treeab59279d5f3a99a829709cdb1b36b2ebef43f9a8 /mdk-stage1/probing.c
parent09c62d0b198d68afd4f16da79982bfa7d91f8706 (diff)
downloaddrakx-d40da05374bee3b7427a291e3a3fc77dac42de4a.tar
drakx-d40da05374bee3b7427a291e3a3fc77dac42de4a.tar.gz
drakx-d40da05374bee3b7427a291e3a3fc77dac42de4a.tar.bz2
drakx-d40da05374bee3b7427a291e3a3fc77dac42de4a.tar.xz
drakx-d40da05374bee3b7427a291e3a3fc77dac42de4a.zip
remove unused variable
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c1
1 files changed, 0 insertions, 1 deletions
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);