projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540635b
)
Remove unused variable.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 02:10:37 +0000
(
02:10
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 02:10:37 +0000
(
02:10
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3285
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/r2d.c
patch
|
blob
|
history
diff --git
a/hw/r2d.c
b/hw/r2d.c
index 345ef91eae15b16e3779ec0047bccfc1a9d09dcf..33d03cbbfa5a41b36e43b8b62446bf4768656981 100644
(file)
--- a/
hw/r2d.c
+++ b/
hw/r2d.c
@@
-32,7
+32,6
@@
void r2d_init(int ram_size, int vga_ram_size, int boot_device,
const char *kernel_filename, const char *kernel_cmdline,
const char *initrd_filename, const char *cpu_model)
{
- int ret;
CPUState *env;
struct SH7750State *s;