浏览代码

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 年之前
父节点
当前提交
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
  * An array of all of the syscalls we know about
  */
  */