You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/01/10 07:09:44 UTC

svn commit: r367499 - /webservices/axis2/trunk/c/test/core/engine/test_engine.c

Author: damitha
Date: Mon Jan  9 22:09:40 2006
New Revision: 367499

URL: http://svn.apache.org/viewcvs?rev=367499&view=rev
Log:
warnings removed

Modified:
    webservices/axis2/trunk/c/test/core/engine/test_engine.c

Modified: webservices/axis2/trunk/c/test/core/engine/test_engine.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/engine/test_engine.c?rev=367499&r1=367498&r2=367499&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/test_engine.c (original)
+++ webservices/axis2/trunk/c/test/core/engine/test_engine.c Mon Jan  9 22:09:40 2006
@@ -8,15 +8,12 @@
 	axis2_status_t status = AXIS2_FAILURE;
 	axis2_allocator_t *allocator = axis2_allocator_init (NULL);
 	axis2_env_t *env = axis2_env_create (allocator);
-	struct axis2_msg *msg = NULL;
     struct axis2_conf *conf = NULL;
 	conf = axis2_conf_create(&env);
 
     struct axis2_conf_ctx *conf_ctx;
 	struct axis2_msg_ctx *msg_ctx;
     conf_ctx = axis2_conf_ctx_create(&env, conf);
-	axis2_transport_in_desc_t *in_desc = NULL;
-	axis2_transport_out_desc_t *out_desc = NULL;
 
 	msg_ctx = axis2_msg_ctx_create(&env, conf_ctx, NULL, NULL);	
 
@@ -38,15 +35,12 @@
 	axis2_status_t status = AXIS2_FAILURE;
 	axis2_allocator_t *allocator = axis2_allocator_init (NULL);
 	axis2_env_t *env = axis2_env_create (allocator);
-	struct axis2_msg *msg = NULL;
     struct axis2_conf *conf = NULL;
 	conf = axis2_conf_create(&env);
 
     struct axis2_conf_ctx *conf_ctx;
 	struct axis2_msg_ctx *msg_ctx;
     conf_ctx = axis2_conf_ctx_create(&env, conf);
-	axis2_transport_in_desc_t *in_desc = NULL;
-	axis2_transport_out_desc_t *out_desc = NULL;
 
 	msg_ctx = axis2_msg_ctx_create(&env, conf_ctx, NULL, NULL);