]> granicus.if.org Git - apache/commitdiff
Redundent and out of synch global.
authorBen Hyde <bhyde@apache.org>
Wed, 13 Oct 1999 20:36:32 +0000 (20:36 +0000)
committerBen Hyde <bhyde@apache.org>
Wed, 13 Oct 1999 20:36:32 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83988 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 6b2a9f49d07fab503ab69a1e132a659c1e396bd4..50aab1f335253c416cb3a896f55ac177aebcbf1a 100644 (file)
@@ -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;