diff options
author | Stefan Weil <sw@weilnetz.de> | 2011-10-03 22:43:19 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-10-05 09:26:23 +0100 |
commit | ca8a277ccc911ce8501b1bc984a09f988379d8c3 (patch) | |
tree | 1bda12ebeb32b16716ae4af34294c261953c3a32 | |
parent | 5354d08312c1fdc752a498a9857e913a890c4e10 (diff) | |
download | qemu-ca8a277ccc911ce8501b1bc984a09f988379d8c3.zip |
linux-user: Remove unused code
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>
-rw-r--r-- | linux-user/signal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux-user/signal.c b/linux-user/signal.c index 89276eb6a5..40c5eb1846 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -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; } |