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:
parent
ee01cf35f0
commit
8804b286f4
2 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
||||||
2008-07-15 Pavel Roskin <proski@gnu.org>
|
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
|
* fs/ext2.c (grub_ext2_read_block): Initialize blknr in the
|
||||||
beginning to avoid warnings with some compilers.
|
beginning to avoid warnings with some compilers.
|
||||||
|
|
||||||
|
|
|
@ -79,12 +79,6 @@ grub_ieee1275_debug (void)
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
|
||||||
grub_set_bootpath (void)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_linux_boot (void)
|
grub_linux_boot (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue