You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/05/02 21:52:57 UTC

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

costin      2003/05/02 12:52:57

  Modified:    jk/native/common jk_util.c
  Log:
  Unused
  
  Revision  Changes    Path
  1.22      +1 -3      jakarta-tomcat-connectors/jk/native/common/jk_util.c
  
  Index: jk_util.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- jk_util.c	19 Mar 2003 14:25:40 -0000	1.21
  +++ jk_util.c	2 May 2003 19:52:57 -0000	1.22
  @@ -302,7 +302,6 @@
   {
       char buf[1024];
       char *secret;
  -    char *secret_file;
   
       if(!m || !wname) {
           return NULL;
  @@ -626,7 +625,6 @@
   	char *type;
   	    
       if(m && bt && wname) {
  -        int i;
           sprintf(buf, "%s.%s.%s", PREFIX_OF_WORKER, wname, BRIDGE_OF_WORKER);
   
           type = map_get_string(m, buf, NULL);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org