Remove unused variable.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 02:10:37 +0000 (02:10 +0000)
committerths <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

index 345ef91..33d03cb 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;