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>
stable-6.1
Warner Losh 2021-04-23 09:14:55 -06:00
parent f4a1016fb3
commit 5a3d8177bf
1 changed files with 0 additions and 8 deletions

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