From 5c516b8421f8073418bccefe1f8cd6b45bc9c3d6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 29 Sep 2008 13:16:43 +0200 Subject: directory.h: remove directory_sigChldHandler decl We no longer fork for directory updates, so we no longer have children to reap. --- src/directory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/directory.h b/src/directory.h index e7917c8cd..bd7fcdf64 100644 --- a/src/directory.h +++ b/src/directory.h @@ -42,8 +42,6 @@ void reap_update_task(void); int isUpdatingDB(void); -void directory_sigChldHandler(int pid, int status); - /** * Starts the tag cache update in the specified location(s). Returns * the job id on success, -1 on error or 0 if an update is already -- cgit v1.2.3