1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

removing unused ssl_init_ChildKill

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2002-03-12 21:54:27 +00:00
parent 4e2c5954f9
commit c502a4a518

View File

@ -136,7 +136,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
*/
apr_pool_cleanup_register(p, base_server,
ssl_init_ModuleKill,
ssl_init_ChildKill);
apr_pool_cleanup_null);
/*
* Any init round fixes the global config
@ -1129,13 +1129,6 @@ void ssl_init_Child(apr_pool_t *p, server_rec *s)
ssl_mutex_reinit(s, p);
}
apr_status_t ssl_init_ChildKill(void *data)
{
/* server_rec *s = (server_rec *)data; */
/* currently nothing to do */
return APR_SUCCESS;
}
#define MODSSL_CFG_ITEM_FREE(func, item) \
if (item) { \
func(item); \