You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ko...@apache.org on 2017/07/11 21:09:29 UTC

svn commit: r1801656 - /httpd/httpd/trunk/server/mpm/winnt/child.c

Author: kotkov
Date: Tue Jul 11 21:09:29 2017
New Revision: 1801656

URL: http://svn.apache.org/viewvc?rev=1801656&view=rev
Log:
mpm_winnt: Remove a duplicated comment in the child_main() function.

Modified:
    httpd/httpd/trunk/server/mpm/winnt/child.c

Modified: httpd/httpd/trunk/server/mpm/winnt/child.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?rev=1801656&r1=1801655&r2=1801656&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/winnt/child.c (original)
+++ httpd/httpd/trunk/server/mpm/winnt/child.c Tue Jul 11 21:09:29 2017
@@ -939,7 +939,6 @@ void child_main(apr_pool_t *pconf, DWORD
     /*
      * 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);