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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]