You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ke...@apache.org on 2001/10/13 20:49:39 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_context.c

keith       01/10/13 11:49:39

  Modified:    jk/native/common jk_context.c
  Log:
  Toss extra declaration for a clean compile.
  
  Revision  Changes    Path
  1.7       +1 -2      jakarta-tomcat-connectors/jk/native/common/jk_context.c
  
  Index: jk_context.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_context.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_context.c	2001/07/02 21:15:00	1.6
  +++ jk_context.c	2001/10/13 18:49:39	1.7
  @@ -268,7 +268,6 @@
   jk_context_item_t * context_add_base(jk_context_t *c, char *cbase)
   {
       jk_context_item_t *  ci;
  -    int                  i;
   
       if (! c || !cbase)
           return NULL;