projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb5a22
)
Remove unused variable
author
Paul Brook
<paul@codesourcery.com>
Sun, 24 May 2009 20:24:33 +0000
(21:24 +0100)
committer
Paul Brook
<paul@codesourcery.com>
Sun, 24 May 2009 20:24:33 +0000
(21:24 +0100)
Signed-off-by: Paul Brook <paul@codesourcery.com>
device_tree.c
patch
|
blob
|
history
diff --git
a/device_tree.c
b/device_tree.c
index e213323dc2c10d72d6e1674cc5c5126c40b25c10..cc916064357f45005cc7bef5c4f16be3cd9939de 100644
(file)
--- 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;