Commit 2bcee336 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Fix a nit, unreferenced symbol


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87261 13f79535-47bb-0310-9956-ffa450edef68
parent a2321e4a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;