jfclere     2004/07/29 02:57:44

  Modified:    ajp/ajplib/test ajp_msg.c
  Log:
  Remove useless variable.
  
  Revision  Changes    Path
  1.10      +0 -2      jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c
  
  Index: ajp_msg.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp_msg.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ajp_msg.c 29 Jul 2004 08:47:49 -0000      1.9
  +++ ajp_msg.c 29 Jul 2004 09:57:44 -0000      1.10
  @@ -420,8 +420,6 @@
    */
   apr_status_t ajp_msg_peek_byte(ajp_msg_t *msg, apr_byte_t *rvalue)
   {
  -    apr_uint16_t value;
  -
       if (msg->pos > msg->len) {
           ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, NULL,
                         "ajp_msg_peek_byte(): BufferOverflowException %d %d",
  
  
  

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

Reply via email to