2
0
Эх сурвалжийг харах

bsd-user: style tweak: Remove #if 0'd code

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Warner Losh 4 жил өмнө
parent
commit
5a3d8177bf
1 өөрчлөгдсөн 0 нэмэгдсэн , 8 устгасан
  1. 0 8
      bsd-user/strace.c

+ 0 - 8
bsd-user/strace.c

@@ -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
  */