projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a1016
)
bsd-user: style tweak: Remove #if 0'd code
author
Warner Losh
<imp@bsdimp.com>
Fri, 23 Apr 2021 15:14:55 +0000
(09:14 -0600)
committer
Warner 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
patch
|
blob
|
history
diff --git
a/bsd-user/strace.c
b/bsd-user/strace.c
index 2c3b59caf0668a15da55b80a49e3128a0265cb53..be40b8a20cf29c444d5c68969405c1ecddf39da1 100644
(file)
--- a/
bsd-user/strace.c
+++ b/
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
*/