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:
parent
67e23c9004
commit
de5fd76e95
10 changed files with 12 additions and 45 deletions
|
@ -67,10 +67,6 @@ struct grub_amiga_partition
|
|||
|
||||
static struct grub_partition_map grub_amiga_partition_map;
|
||||
|
||||
#ifndef GRUB_UTIL
|
||||
static grub_dl_t my_mod;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
static grub_err_t
|
||||
|
@ -211,9 +207,6 @@ static struct grub_partition_map grub_amiga_partition_map =
|
|||
GRUB_MOD_INIT(amiga_partition_map)
|
||||
{
|
||||
grub_partition_map_register (&grub_amiga_partition_map);
|
||||
#ifndef GRUB_UTIL
|
||||
my_mod = mod;
|
||||
#endif
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(amiga_partition_map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue