From 8804b286f4798151f413107d6e16241d6174289f Mon Sep 17 00:00:00 2001 From: proski Date: Tue, 15 Jul 2008 04:17:48 +0000 Subject: [PATCH] 2008-07-15 Pavel Roskin * loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove. It's empty and unused. --- ChangeLog | 3 +++ loader/i386/ieee1275/linux.c | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) 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) {