From: Ben Hyde Date: Wed, 13 Oct 1999 20:52:55 +0000 (+0000) Subject: Remove two bogus decls. X-Git-Tag: 1.3.10~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43759f1d296ba2a073e37dda595d797693c07a66;p=apache Remove two bogus decls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83989 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/scoreboard.c b/server/mpm/mpmt_pthread/scoreboard.c index 2c365a7fdf..5b2b4bbf0b 100644 --- a/server/mpm/mpmt_pthread/scoreboard.c +++ b/server/mpm/mpmt_pthread/scoreboard.c @@ -26,8 +26,6 @@ caddr_t get_shared_heap(const char *); #endif scoreboard *ap_scoreboard_image = NULL; -static char *ap_server_argv0=NULL; -extern ap_context_t * pconf; /***************************************************************** *