]> Zhao Yanbai Git Server - minix.git/commitdiff
kernel: remove unused var
authorArun Thomas <arun@minix3.org>
Wed, 2 Nov 2011 17:45:08 +0000 (18:45 +0100)
committerArun Thomas <arun@minix3.org>
Wed, 2 Nov 2011 17:45:08 +0000 (18:45 +0100)
kernel/arch/i386/pre_init.c

index e6565fa47f31c5defffa31b79bfd98361b8eccea..affb287af62cdf8de0d3cebfa30a34ed06d8f703 100644 (file)
@@ -33,9 +33,6 @@
 /* String length used for mb_itoa */
 #define ITOA_BUFFER_SIZE 20
 
-/* Info on boot modules */
-phys_bytes mulitboot_modules_addr;
-
 #define mb_load_phymem(buf, phy, len) \
                phys_copy((phy), (u32_t)(buf), (len))