* grub-core/kern/emu/hostfs.c (grub_hostfs_close):
Remove unused variable.
This commit is contained in:
parent
0df363f328
commit
987fbd95d0
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2012-02-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_load):
|
* grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_load):
|
||||||
|
|
|
@ -164,7 +164,6 @@ grub_hostfs_read (grub_file_t file, char *buf, grub_size_t len)
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
grub_hostfs_close (grub_file_t file)
|
grub_hostfs_close (grub_file_t file)
|
||||||
{
|
{
|
||||||
FILE *f;
|
|
||||||
struct grub_hostfs_data *data;
|
struct grub_hostfs_data *data;
|
||||||
|
|
||||||
data = file->data;
|
data = file->data;
|
||||||
|
|
Loading…
Reference in a new issue