]> granicus.if.org Git - apache/commitdiff
zap an unintended (and incorrect) comment that slipped in with
authorJeff Trawick <trawick@apache.org>
Mon, 28 Jan 2002 00:49:04 +0000 (00:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 28 Jan 2002 00:49:04 +0000 (00:49 +0000)
the last commit; sorry!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93057 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index f3f2248c0b5dbf053d5ab76aa060e32ecd65a437..07bdf803a047297fcc427c913172032f40d4a4e3 100644 (file)
@@ -1711,9 +1711,6 @@ static const char *set_max_clients (cmd_parms *cmd, void *dummy,
                     ap_daemons_limit);
        max_clients = ap_daemons_limit * ap_threads_per_child; 
     }
-    /* XXX
-     * ap_daemons_limit can reach server_limit * ap_threads_per_child, right?
-     */
     if (ap_daemons_limit > server_limit) {
        ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, 
                     "WARNING: MaxClients of %d would require %d servers,",