]> git.proxmox.com Git - mirror_qemu.git/commitdiff
bsd-user: style tweak: Remove #if 0'd code
authorWarner Losh <imp@bsdimp.com>
Fri, 23 Apr 2021 15:14:55 +0000 (09:14 -0600)
committerWarner Losh <imp@bsdimp.com>
Tue, 11 May 2021 17:07:22 +0000 (11:07 -0600)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/strace.c

index 2c3b59caf0668a15da55b80a49e3128a0265cb53..be40b8a20cf29c444d5c68969405c1ecddf39da1 100644 (file)
@@ -128,14 +128,6 @@ static void print_syscall_ret_addr(const struct syscallname *name, abi_long ret)
     }
 }
 
-#if 0 /* currently unused */
-static void
-print_syscall_ret_raw(struct syscallname *name, abi_long ret)
-{
-        gemu_log(" = 0x" TARGET_ABI_FMT_lx "\n", ret);
-}
-#endif
-
 /*
  * An array of all of the syscalls we know about
  */