diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-03 18:48:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-03 18:48:07 +0000 |
commit | 4684128ef75293a0b7018f7d91cd6edee5a5e33e (patch) | |
tree | 65689dae6e00d23c284472c64daea95ac612e498 | |
parent | dca07fbc899b320350a6af72828ccd9714203b0d (diff) | |
download | drakx-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar drakx-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.gz drakx-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.bz2 drakx-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.xz drakx-4684128ef75293a0b7018f7d91cd6edee5a5e33e.zip |
typo of last commit (unused variable -> could not compile)
-rw-r--r-- | mdk-stage1/modules.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 3eeed011b..33f738015 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -243,9 +243,6 @@ enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char { char alias[500]; int i; -#ifndef DISABLE_MEDIAS - static int number_scsi = 0; -#endif #ifndef DISABLE_NETWORK char ** net_devices = NULL; /* fucking compiler */ #endif |