From 2cf21a348f0f7fdb0d74cf42844c23bc335642db Mon Sep 17 00:00:00 2001 From: Ben Hyde Date: Wed, 13 Oct 1999 20:36:32 +0000 Subject: [PATCH] Redundent and out of synch global. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83988 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 6b2a9f49d0..50aab1f335 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; -- 2.50.1