From patchwork Wed Oct 5 08:47:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7/7] linux-user: Remove unused code From: Stefan Hajnoczi X-Patchwork-Id: 117775 Message-Id: <1317804479-5876-8-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Stefan Weil , Anthony Liguori , Stefan Hajnoczi Date: Wed, 5 Oct 2011 09:47:59 +0100 From: Stefan Weil The code is unused since 8 years, so remove it. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- 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 89276eb..40c5eb18 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; }