1
0
mirror of https://gitlab.com/qemu-project/qemu synced 2024-07-09 04:27:12 +00:00

Remove unused variable

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-05-24 21:24:33 +01:00
parent 3cb5a22326
commit 3c80c6fefb

View File

@ -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;