summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--device_tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/device_tree.c b/device_tree.c
index e213323dc2..cc91606435 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;