From 4684128ef75293a0b7018f7d91cd6edee5a5e33e Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 3 Dec 2001 18:48:07 +0000 Subject: typo of last commit (unused variable -> could not compile) --- mdk-stage1/modules.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mdk-stage1/modules.c') 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 -- cgit v1.2.1