You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2008/09/26 00:33:51 UTC

svn commit: r699117 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

Author: rjung
Date: Thu Sep 25 15:33:51 2008
New Revision: 699117

URL: http://svn.apache.org/viewvc?rev=699117&view=rev
Log:
Remove unused variables.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_util.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?rev=699117&r1=699116&r2=699117&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Thu Sep 25 15:33:51 2008
@@ -996,7 +996,6 @@
 int jk_get_worker_connect_timeout(jk_map_t *m, const char *wname, int def)
 {
     char buf[1024];
-    int rv;
 
     if (!m || !wname) {
         return -1;
@@ -1010,7 +1009,6 @@
 int jk_get_worker_prepost_timeout(jk_map_t *m, const char *wname, int def)
 {
     char buf[1024];
-    int rv;
 
     if (!m || !wname) {
         return -1;



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