diff --git a/ChangeLog b/ChangeLog index cdafb0b24..3bd5d0f85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-09 Vladimir Serbinenko + + * grub-core/kern/emu/hostfs.c (grub_hostfs_close): + Remove unused variable. + 2012-02-09 Vladimir Serbinenko * grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_load): diff --git a/grub-core/kern/emu/hostfs.c b/grub-core/kern/emu/hostfs.c index e2b90572d..6c819da81 100644 --- a/grub-core/kern/emu/hostfs.c +++ b/grub-core/kern/emu/hostfs.c @@ -164,7 +164,6 @@ grub_hostfs_read (grub_file_t file, char *buf, grub_size_t len) static grub_err_t grub_hostfs_close (grub_file_t file) { - FILE *f; struct grub_hostfs_data *data; data = file->data;