mturk 2005/02/22 00:30:46
Modified: jk/native/common jk_lb_worker.c
Log:
Remove unused code. No functional change.
Revision Changes Path
1.69 +1 -6 jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c
Index: jk_lb_worker.c
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- jk_lb_worker.c 22 Feb 2005 08:25:29 -0000 1.68
+++ jk_lb_worker.c 22 Feb 2005 08:30:46 -0000 1.69
@@ -537,12 +537,7 @@
int service_ok = JK_FALSE;
jk_endpoint_t *end = NULL;
- /* XXX: No need to strdup here ? */
-#if 0
- s->jvm_route = jk_pool_strdup(s->pool, rec->r);
-#else
s->jvm_route = rec->r;
-#endif
rc = rec->w->get_endpoint(rec->w, &end, l);
if (JK_IS_DEBUG_LEVEL(l))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]