kernel: remove unused var

This commit is contained in:
Arun Thomas 2011-11-02 18:45:08 +01:00
parent 62841e2935
commit 8b4492ed1c

View 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))