From 3ec963237690a8bb7e032c37e26fa0f089bb16e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Aug 2011 01:43:32 +0200 Subject: [PATCH] Remove unused declaration * defs.h: Remove unused declaration of handle_new_child(). Signed-off-by: Denys Vlasenko --- defs.h | 3 --- 1 file changed, 3 deletions(-) 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 *); -- 2.50.1