From: Ben Hyde Date: Wed, 13 Oct 1999 20:36:32 +0000 (+0000) Subject: Redundent and out of synch global. X-Git-Tag: 1.3.10~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf21a348f0f7fdb0d74cf42844c23bc335642db;p=thirdparty%2Fapache%2Fhttpd.git Redundent and out of synch global. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83988 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 6b2a9f49d07..50aab1f3352 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -116,7 +116,6 @@ static int ap_max_requests_per_child=0; static char *ap_pid_fname=NULL; static char *ap_scoreboard_fname=NULL; static char *ap_lock_fname; -static char *ap_server_argv0=NULL; static int ap_daemons_to_start=0; static int ap_daemons_min_free=0; static int ap_daemons_max_free=0;