From: Denys Vlasenko Date: Fri, 19 Aug 2011 23:43:32 +0000 (+0200) Subject: Remove unused declaration X-Git-Tag: v4.7~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ec963237690a8bb7e032c37e26fa0f089bb16e4;p=strace Remove unused declaration * defs.h: Remove unused declaration of handle_new_child(). Signed-off-by: Denys Vlasenko --- diff --git a/defs.h b/defs.h index 1542861d..b2c67aa9 100644 --- a/defs.h +++ b/defs.h @@ -628,9 +628,6 @@ extern int pathtrace_match(struct tcb *); extern int change_syscall(struct tcb *, int); extern int internal_fork(struct tcb *); extern int internal_exec(struct tcb *); -#ifdef LINUX -extern int handle_new_child(struct tcb *, int, int); -#endif extern const struct ioctlent *ioctl_lookup(long); extern const struct ioctlent *ioctl_next_match(const struct ioctlent *);