You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/12/08 18:32:32 UTC

cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c

wrowe       00/12/08 09:32:31

  Modified:    server/mpm/winnt mpm_winnt.c
  Log:
    Fix a nit, unreferenced symbol
  
  Revision  Changes    Path
  1.117     +0 -1      httpd-2.0/server/mpm/winnt/mpm_winnt.c
  
  Index: mpm_winnt.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- mpm_winnt.c	2000/12/04 19:24:04	1.116
  +++ mpm_winnt.c	2000/12/08 17:32:29	1.117
  @@ -1828,7 +1828,6 @@
       char fnbuf[MAX_PATH];
       char optbuf[3];
       const char *optarg;
  -    const char **new_arg;
       int fixed_args;
       char *pid;
       apr_getopt_t *opt;