mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-16 11:16:38 +00:00
* grub-core/kern/emu/hostfs.c (grub_hostfs_close):
Remove unused variable.
This commit is contained in:
parent
0df363f328
commit
987fbd95d0
@ -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 New Issue
Block a user