summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorEvgeny Kotkov <kotkov@apache.org>2017-07-11 23:09:29 +0200
committerEvgeny Kotkov <kotkov@apache.org>2017-07-11 23:09:29 +0200
commit62328bde5a7d4d2dde89af12db21219e33a4a648 (patch)
tree8e5ed7dfa734e888d195a6775f76a2b144a4a6c2 /server
parentmpm_winnt: Use a LIFO stack instead of a FIFO queue to hold unused (diff)
downloadapache2-62328bde5a7d4d2dde89af12db21219e33a4a648.tar.xz
apache2-62328bde5a7d4d2dde89af12db21219e33a4a648.zip
mpm_winnt: Remove a duplicated comment in the child_main() function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/winnt/child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c
index be5dd8d8fe..41180bfaf8 100644
--- a/server/mpm/winnt/child.c
+++ b/server/mpm/winnt/child.c
@@ -939,7 +939,6 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid)
/*
* Create the worker thread dispatch IOCompletionPort
*/
- /* Create the worker thread dispatch IOCP */
ThreadDispatchIOCP = CreateIoCompletionPort(INVALID_HANDLE_VALUE,
NULL, 0, 0);
apr_thread_mutex_create(&qlock, APR_THREAD_MUTEX_DEFAULT, pchild);