From: Paul Brook Date: Sun, 24 May 2009 20:24:33 +0000 (+0100) Subject: Remove unused variable X-Git-Tag: v0.11.0-rc0~514 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3c80c6fefbf67ba5b31a05dedf2c4ca716e35881;p=qemu.git Remove unused variable Signed-off-by: Paul Brook --- diff --git a/device_tree.c b/device_tree.c index e213323dc..cc9160643 100644 --- a/device_tree.c +++ b/device_tree.c @@ -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;