* grub-core/kern/emu/hostfs.c (grub_hostfs_close):

Remove unused variable.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-09 23:12:09 +01:00
parent 0df363f328
commit 987fbd95d0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostfs.c (grub_hostfs_close):
Remove unused variable.
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_load):

View file

@ -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;