From: Ryan Bloom Date: Wed, 29 Aug 2001 23:17:39 +0000 (+0000) Subject: Remove the declarations for variables that were moved into the core. X-Git-Tag: 2.0.26~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eb009b6bede634dba8239c73889a968189b9c19;p=apache Remove the declarations for variables that were moved into the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90788 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 268a1d713d..05c3dff258 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -113,8 +113,6 @@ */ int ap_threads_per_child=0; /* Worker threads per child */ -static int ap_max_requests_per_child=0; -static const char *ap_pid_fname=NULL; static int ap_daemons_to_start=0; static int min_spare_threads=0; static int max_spare_threads=0;