mturk       2003/06/11 09:53:07

  Modified:    jk/native/apache-1.3 mod_jk.c
  Log:
  Remove the unreferenced declarations to suppress compiler warnings.
  
  Revision  Changes    Path
  1.38      +1 -3      jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
  
  Index: mod_jk.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- mod_jk.c  8 May 2003 13:29:47 -0000       1.37
  +++ mod_jk.c  11 Jun 2003 16:53:06 -0000      1.38
  @@ -1128,7 +1128,6 @@
                                       const char **sa)
   {
       const char *s = *sa;
  -    int i;
       struct log_item_list *l;
   
       if (*s != '%') {
  @@ -1543,7 +1542,6 @@
           jk_worker_t *worker = wc_get_worker_for_name(worker_name, l);
   
           if(worker) {
  -            struct timeval tv_begin,tv_end;
               int rc = JK_FALSE;
               apache_private_data_t private_data;
               jk_ws_service_t s;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to