You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/10/05 04:27:48 UTC

cvs commit: httpd-2.0/server core.c

trawick     01/10/04 19:27:48

  Modified:    server   core.c
  Log:
  get rid of an unused variable
  
  Revision  Changes    Path
  1.66      +0 -1      httpd-2.0/server/core.c
  
  Index: core.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/core.c,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- core.c	2001/10/04 20:00:53	1.65
  +++ core.c	2001/10/05 02:27:48	1.66
  @@ -1607,7 +1607,6 @@
   {
       const char *err = ap_check_cmd_context(cmd, NOT_IN_DIR_LOC_FILE|NOT_IN_LIMIT);
       const char *portstr;
  -    const char *server;
       int port;
   
       if (err != NULL) {