diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-30 02:10:37 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-30 02:10:37 +0000 |
commit | cf575356bfeda7eca56060bc4c6a2423869a262b (patch) | |
tree | 43f0c2b6b764e4ee2368f0ba1a5a0a2076d72af4 /hw/r2d.c | |
parent | 540635ba650bd2529ce55c4135cd594a5fa109b5 (diff) |
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3285 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/r2d.c')
-rw-r--r-- | hw/r2d.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |