2008-07-15 Pavel Roskin <proski@gnu.org>

* loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
	It's empty and unused.
This commit is contained in:
proski 2008-07-15 04:17:48 +00:00
parent ee01cf35f0
commit 8804b286f4
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2008-07-15 Pavel Roskin <proski@gnu.org>
* 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.

View File

@ -79,12 +79,6 @@ grub_ieee1275_debug (void)
}
*/
static void
grub_set_bootpath (void)
{
}
static grub_err_t
grub_linux_boot (void)
{