hgomez      2004/03/17 09:12:47

  Modified:    jk/native2/common jk_worker_ajp13.c
  Log:
  Remove unused vars
  
  Revision  Changes    Path
  1.63      +0 -2      jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
  
  Index: jk_worker_ajp13.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- jk_worker_ajp13.c 12 Mar 2004 20:42:51 -0000      1.62
  +++ jk_worker_ajp13.c 17 Mar 2004 17:12:47 -0000      1.63
  @@ -231,7 +231,6 @@
   static int jk2_check_alive(jk_env_t *env, jk_endpoint_t *ae, int timeout) {
   
       int err;
  -    jk_channel_t *channel=ae->worker->channel;
       jk_msg_t * msg=ae->reply;
   
       jk2_serialize_cping( env, msg, ae );
  @@ -353,7 +352,6 @@
       int err=JK_OK;
       int attempt;
       int has_post_body=JK_FALSE;
  -    jk_channel_t *channel= worker->channel;
   
       e->recoverable = JK_TRUE;
       s->is_recoverable_error = JK_TRUE;
  
  
  

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

Reply via email to