]> granicus.if.org Git - apache/commitdiff
Fix a nit, unreferenced symbol
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 Dec 2000 17:32:29 +0000 (17:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 Dec 2000 17:32:29 +0000 (17:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87261 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 41f2c4183379361d8c11073be66a7ca60ef83c31..be52f56a7cf4967632146a3add47620d288f0e6b 100644 (file)
@@ -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;