mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-01 08:58:06 +00:00
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>
This commit is contained in:
parent
f4a1016fb3
commit
5a3d8177bf
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user