From: Evgeny Kotkov Date: Tue, 11 Jul 2017 21:09:29 +0000 (+0000) Subject: mpm_winnt: Remove a duplicated comment in the child_main() function. X-Git-Tag: 2.5.0-alpha~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62328bde5a7d4d2dde89af12db21219e33a4a648;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index be5dd8d8feb..41180bfaf80 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);