diff options
| author | Stefan Weil | 2011-10-03 22:43:19 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-10-05 10:26:23 +0200 |
| commit | ca8a277ccc911ce8501b1bc984a09f988379d8c3 (patch) | |
| tree | 1bda12ebeb32b16716ae4af34294c261953c3a32 /linux-user | |
| parent | Fix mismatching allocation and deallocation (diff) | |
| download | qemu-ca8a277ccc911ce8501b1bc984a09f988379d8c3.tar.gz qemu-ca8a277ccc911ce8501b1bc984a09f988379d8c3.tar.xz 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>
Diffstat (limited to 'linux-user')
| -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; } |
