From cf575356bfeda7eca56060bc4c6a2423869a262b Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 30 Sep 2007 02:10:37 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3285 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/r2d.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/r2d.c b/hw/r2d.c index 345ef91eae..33d03cbbfa 100644 --- 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;