summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-30 15:42:00 +0200
committerJeff Trawick <trawick@apache.org>2011-03-30 15:42:00 +0200
commitb1e1cff7f9e54355e978ed050935ff0e9e74047c (patch)
tree7b2e49620c8e73c157bd0eb7f39b3fb7bfe8241a /server/mpm_common.c
parentthe mpm-note-child-killed hook is just for state sync between (diff)
downloadapache2-b1e1cff7f9e54355e978ed050935ff0e9e74047c.tar.xz
apache2-b1e1cff7f9e54355e978ed050935ff0e9e74047c.zip
the mpm-note-child-killed hook was just for use by
ap_{reclaim,relieve}_child_processes; those functions can invoke the hook directly; the function ap_mpm_note_child_killed() is useless git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_common.c')
-rw-r--r--server/mpm_common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/mpm_common.c b/server/mpm_common.c
index 232cbf511c..11e5af185f 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -373,11 +373,6 @@ AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result)
return rv;
}
-AP_DECLARE(apr_status_t) ap_mpm_note_child_killed(int childnum)
-{
- return ap_run_mpm_note_child_killed(childnum);
-}
-
AP_DECLARE(apr_status_t) ap_mpm_register_timed_callback(apr_time_t t, ap_mpm_callback_fn_t *cbfn, void *baton)
{
return ap_run_mpm_register_timed_callback(t, cbfn, baton);