mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
bios_emulator: remove assignment without effect
Assigning a parameter which is not used afterwards has not effect. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f0306a145b
commit
f53424e650
1 changed files with 0 additions and 1 deletions
|
@ -606,7 +606,6 @@ int biosemu_run(pci_dev_t pcidev, uchar *bios_rom, int bios_len,
|
|||
(ulong)(vga_info->BIOSImage) != 0xc0000)
|
||||
free(vga_info->BIOSImage);
|
||||
free(vga_info);
|
||||
vga_info = NULL;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue