]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the ap_thread_mutex code from all MPM's. This code isn't actually
authorRyan Bloom <rbb@apache.org>
Fri, 19 Nov 1999 20:27:32 +0000 (20:27 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 19 Nov 1999 20:27:32 +0000 (20:27 +0000)
commit409d49d2f24d81d295e0b5e636579429bd35d1d3
tree5bfe862899a8e2bfce84d9bdb12c740de29e3cb7
parent9ca05a3a514cf399d604a33b37dbc18e4fcd886a
Remove the ap_thread_mutex code from all MPM's.  This code isn't actually
being called anywhere, and I have compiled dexter, mpmt_pthread, and
prefork without it.  Away it goes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84138 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mpm.h
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c