]> granicus.if.org Git - apache/commitdiff
scoreboard.h says it is extern (and scoreboard.c instantiates it),
authorJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 02:51:42 +0000 (02:51 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 8 Feb 2001 02:51:42 +0000 (02:51 +0000)
but prefork.c instantiated it as static

It looks like the BeOS and OS/2 MPMs sh/could get rid of this decl.
also.

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

server/mpm/prefork/prefork.c

index 959943b2184b567a8e01848adcade3a3964b933a..b465d7974fa58096d58f2094abcdb8dd2b3c0147 100644 (file)
@@ -149,7 +149,6 @@ static int ap_daemons_to_start=0;
 static int ap_daemons_min_free=0;
 static int ap_daemons_max_free=0;
 static int ap_daemons_limit=0;
-static int ap_extended_status = 0;
 
 /*
  * The max child slot ever assigned, preserved across restarts.  Necessary