stoddard    99/02/03 10:29:30

  Modified:    pthreads/src/main http_main.c
  Log:
  Get rid of stupid comment
  
  Revision  Changes    Path
  1.6       +1 -1      apache-apr/pthreads/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-apr/pthreads/src/main/http_main.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- http_main.c       1999/02/03 17:50:09     1.5
  +++ http_main.c       1999/02/03 18:29:29     1.6
  @@ -2066,7 +2066,7 @@
       int rc; /* ZZZZ */
       int configtestonly;
   
  -    MONCONTROL(0); /* WTF is this? */
  +    MONCONTROL(0);
   
       common_init();
   
  
  
  

Reply via email to