qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 3c80c6f] Remove unused variable


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 3c80c6f] Remove unused variable
Date: Sun, 24 May 2009 20:27:04 -0000

From: Paul Brook <address@hidden>

Signed-off-by: Paul Brook <address@hidden>

diff --git a/device_tree.c b/device_tree.c
index e213323..cc91606 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;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]