From ac06bb5948e133cd6710ea748b7fac463b89503b Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 10 Feb 2001 04:27:58 +0000 Subject: [PATCH] Remove definition of ap_extended_status, it's defined in scoreboard.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88050 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/spmt_os2/spmt_os2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 5e610e28f7..3c5bde5836 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -90,7 +90,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.50.1