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 na...@apache.org on 2007/12/11 10:15:44 UTC

svn commit: r603185 - /webservices/axis2/trunk/c/samples/client/echo/echo.c

Author: nandika
Date: Tue Dec 11 01:15:38 2007
New Revision: 603185

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

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.c

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?rev=603185&r1=603184&r2=603185&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Tue Dec 11 01:15:38 2007
@@ -40,9 +40,6 @@
     axiom_node_t *ret_node = NULL;
     axiom_node_t *payload2 = NULL;
     axiom_node_t *ret_node2 = NULL;
-    const axis2_char_t *un = NULL;
-    const axis2_char_t *pw = NULL;
-    /*axutil_allocator_t *allocator = NULL; */
 
     /* Set up the environment */
     env = axutil_env_create_all("echo.log", AXIS2_LOG_LEVEL_TRACE);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org