You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/05/18 03:35:20 UTC

cvs commit: apache-2.0/src/main http_log.c

fielding    00/05/17 18:35:19

  Modified:    src/main http_log.c
  Log:
  Remove an unused variable and warning.
  
  Revision  Changes    Path
  1.47      +0 -1      apache-2.0/src/main/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_log.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- http_log.c	2000/05/04 19:42:54	1.46
  +++ http_log.c	2000/05/18 01:35:03	1.47
  @@ -591,7 +591,6 @@
   {
       int rc;
       ap_procattr_t *procattr;
  -    ap_os_proc_t pid;
       ap_proc_t *procnew;
   
   #ifdef SIGHUP