From: Martin Kraemer Date: Fri, 16 Jul 1999 07:15:48 +0000 (+0000) Subject: Use new module structure X-Git-Tag: 1.3.7~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec76d5d95e3c62f61df62b8008b999a6a766a406;p=apache Use new module structure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 6d32d19a38..67f1dcad2e 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1768,8 +1768,6 @@ module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = { NULL, /* merge per-server config structures */ mpmt_pthread_cmds, /* command table */ NULL, /* handlers */ - NULL, /* translate_handler */ - NULL, /* check_user_id */ NULL, /* check auth */ NULL, /* check access */ NULL, /* type_checker */