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

@ -73,7 +73,6 @@ grub_byte_checksum (void *base, grub_size_t size)
/* rev1 is 1 if ACPIv1 is to be generated, 0 otherwise.
rev2 contains the revision of ACPIv2+ to generate or 0 if none. */
static int rev1, rev2;
static grub_dl_t my_mod;
/* OEMID of RSDP, RSDT and XSDT. */
static char root_oemid[6];
/* OEMTABLE of the same tables. */
@ -764,7 +763,6 @@ GRUB_MOD_INIT(acpi)
"Load host acpi tables and tables "
"specified by arguments",
options);
my_mod=mod;
}
GRUB_MOD_FINI(acpi)