diff --git a/ChangeLog b/ChangeLog index a037e3a19..4a55997ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-07-15 Pavel Roskin + * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove. + It's empty and unused. + * fs/ext2.c (grub_ext2_read_block): Initialize blknr in the beginning to avoid warnings with some compilers. diff --git a/loader/i386/ieee1275/linux.c b/loader/i386/ieee1275/linux.c index bc4567e69..d01349b4c 100644 --- a/loader/i386/ieee1275/linux.c +++ b/loader/i386/ieee1275/linux.c @@ -79,12 +79,6 @@ grub_ieee1275_debug (void) } */ -static void -grub_set_bootpath (void) -{ - -} - static grub_err_t grub_linux_boot (void) {