mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -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_size;
|
||||||
int dt_file_load_size;
|
int dt_file_load_size;
|
||||||
int new_dt_size;
|
|
||||||
int ret;
|
int ret;
|
||||||
void *fdt = NULL;
|
void *fdt = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue