diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-04 15:05:41 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-04 15:05:41 +0000 |
commit | d40da05374bee3b7427a291e3a3fc77dac42de4a (patch) | |
tree | ab59279d5f3a99a829709cdb1b36b2ebef43f9a8 /mdk-stage1 | |
parent | 09c62d0b198d68afd4f16da79982bfa7d91f8706 (diff) | |
download | drakx-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')
-rw-r--r-- | mdk-stage1/probing.c | 1 |
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); |