diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-29 13:16:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-29 13:16:43 +0200 |
commit | 5c516b8421f8073418bccefe1f8cd6b45bc9c3d6 (patch) | |
tree | c82d70f2521e756b5e3c207e42512757ac92b66f /src/directory.h | |
parent | 3b8bc33a0454caf0521b4eb836ac0bbba293ece5 (diff) | |
download | mpd-5c516b8421f8073418bccefe1f8cd6b45bc9c3d6.tar.gz mpd-5c516b8421f8073418bccefe1f8cd6b45bc9c3d6.tar.xz mpd-5c516b8421f8073418bccefe1f8cd6b45bc9c3d6.zip |
directory.h: remove directory_sigChldHandler decl
We no longer fork for directory updates, so we
no longer have children to reap.
Diffstat (limited to 'src/directory.h')
-rw-r--r-- | src/directory.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |