]> granicus.if.org Git - apache/commitdiff
Remove the declarations for variables that were moved into the core.
authorRyan Bloom <rbb@apache.org>
Wed, 29 Aug 2001 23:17:39 +0000 (23:17 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 29 Aug 2001 23:17:39 +0000 (23:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90788 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 268a1d713d82a7bc9c6be69c89b89a72c7fc035b..05c3dff258aaa171311b4f32005592c2d2f3083a 100644 (file)
  */
 
 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;