mirror of https://gitee.com/openkylin/qemu.git
Remove unused variable
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
3cb5a22326
commit
3c80c6fefb
|
@ -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 New Issue