OSDN Git Service

linux-user: Remove unused code
authorStefan Weil <sw@weilnetz.de>
Mon, 3 Oct 2011 20:43:19 +0000 (22:43 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 5 Oct 2011 08:26:23 +0000 (09:26 +0100)
The code is unused since 8 years, so remove it.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
linux-user/signal.c

index 89276eb..40c5eb1 100644 (file)
@@ -1274,10 +1274,7 @@ setup_return(CPUState *env, struct target_sigaction *ka,
 
                if (__put_user(retcodes[idx], rc))
                        return 1;
-#if 0
-               flush_icache_range((abi_ulong)rc,
-                                  (abi_ulong)(rc + 1));
-#endif
+
                retcode = rc_addr + thumb;
        }