From f0058d7d5bdc1b00365586936c7360cbc2c249f4 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 8 Feb 2001 02:51:42 +0000 Subject: [PATCH] scoreboard.h says it is extern (and scoreboard.c instantiates it), 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 959943b218..b465d7974f 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -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 -- 2.40.0