Commit d2c26c3b authored by Evgeny Kotkov's avatar Evgeny Kotkov
Browse files

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
parent 9db53e77
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);