]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-07-15 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Tue, 15 Jul 2008 04:17:48 +0000 (04:17 +0000)
committerproski <proski@localhost>
Tue, 15 Jul 2008 04:17:48 +0000 (04:17 +0000)
* loader/i386/ieee1275/linux.c (grub_set_bootpath): Remove.
It's empty and unused.

ChangeLog
loader/i386/ieee1275/linux.c

index a037e3a19687f748d95db98f56c95ce78cac224a..4a55997ab215a83c5a8713b936c2584be54d5ae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index bc4567e69d7518942e13c9061a9d40b703638c6b..d01349b4cd60a4ad245486c16d0bd83de520f95b 100644 (file)
@@ -79,12 +79,6 @@ grub_ieee1275_debug (void)
 }
 */
 
-static void
-grub_set_bootpath (void)
-{
-
-}
-
 static grub_err_t
 grub_linux_boot (void)
 {