2009-05-04 Pavel Roskin <proski@gnu.org>

* commands/acpi.c: Remove unused variable my_mod.
	* partmap/amiga.c: Likewise.
	* partmap/apple.c: Likewise.
	* partmap/gpt.c: Likewise.
	* partmap/pc.c: Likewise.
	* partmap/sun.c: Likewise.
	* term/gfxterm.c: Likewise.
	* term/i386/pc/vesafb.c: Likewise.
	* term/i386/pc/vga.c: Likewise.
This commit is contained in:
proski 2009-05-04 23:33:34 +00:00
parent 67e23c9004
commit de5fd76e95
10 changed files with 12 additions and 45 deletions

View file

@ -25,10 +25,6 @@
#include <grub/dl.h>
static struct grub_partition_map grub_pc_partition_map;
#ifndef GRUB_UTIL
static grub_dl_t my_mod;
#endif
/* Parse the partition representation in STR and return a partition. */
@ -312,9 +308,6 @@ static struct grub_partition_map grub_pc_partition_map =
GRUB_MOD_INIT(pc_partition_map)
{
grub_partition_map_register (&grub_pc_partition_map);
#ifndef GRUB_UTIL
my_mod = mod;
#endif
}
GRUB_MOD_FINI(pc_partition_map)