mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Remove unused variable
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
3cb5a22326
commit
3c80c6fefb
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ void *load_device_tree(const char *filename_path, int *sizep)
|
|||
{
|
||||
int dt_size;
|
||||
int dt_file_load_size;
|
||||
int new_dt_size;
|
||||
int ret;
|
||||
void *fdt = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue