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 sh...@apache.org on 2010/02/03 10:32:27 UTC

svn commit: r905954 - /webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c

Author: shankar
Date: Wed Feb  3 09:32:27 2010
New Revision: 905954

URL: http://svn.apache.org/viewvc?rev=905954&view=rev
Log:
fixing compilation issue in linux

Modified:
    webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c?rev=905954&r1=905953&r2=905954&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c Wed Feb  3 09:32:27 2010
@@ -544,10 +544,6 @@
         }
         else if(axutil_strcasecmp(parent_localname, AXIOM_SOAP_BODY_LOCAL_NAME) == 0)
         {
-            axiom_soap_body_t *soap_body = NULL;
-            axiom_soap_fault_t *soap_fault = NULL;
-            axiom_namespace_t *env_ns = NULL;
-
             /* if the node is <xop:Include> or MTOM message */
             if(axutil_strcmp(ele_localname, AXIS2_XOP_INCLUDE) == 0)
             {