mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00: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…
Reference in a new issue