]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm_winnt: Remove a duplicated comment in the child_main() function.
authorEvgeny Kotkov <kotkov@apache.org>
Tue, 11 Jul 2017 21:09:29 +0000 (21:09 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Tue, 11 Jul 2017 21:09:29 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801656 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index be5dd8d8febe0e1b103fc4016bd259c88d6f5588..41180bfaf80168a782d933a4a3bf012ad5936bb9 100644 (file)
@@ -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);