From: William A. Rowe Jr Date: Fri, 8 Dec 2000 17:32:29 +0000 (+0000) Subject: Fix a nit, unreferenced symbol X-Git-Tag: APACHE_2_0_ALPHA_9~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cefc296ef366fb2c32ad24a3011a5413148cb93;p=apache Fix a nit, unreferenced symbol git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87261 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 41f2c41833..be52f56a7c 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1828,7 +1828,6 @@ void winnt_rewrite_args(process_rec *process) char fnbuf[MAX_PATH]; char optbuf[3]; const char *optarg; - const char **new_arg; int fixed_args; char *pid; apr_getopt_t *opt;