summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-12-03 18:48:07 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-12-03 18:48:07 +0000
commit4684128ef75293a0b7018f7d91cd6edee5a5e33e (patch)
tree65689dae6e00d23c284472c64daea95ac612e498 /mdk-stage1
parentdca07fbc899b320350a6af72828ccd9714203b0d (diff)
downloaddrakx-backup-do-not-use-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar
drakx-backup-do-not-use-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.gz
drakx-backup-do-not-use-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.bz2
drakx-backup-do-not-use-4684128ef75293a0b7018f7d91cd6edee5a5e33e.tar.xz
drakx-backup-do-not-use-4684128ef75293a0b7018f7d91cd6edee5a5e33e.zip
typo of last commit (unused variable -> could not compile)
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/modules.c3
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