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 di...@apache.org on 2007/07/14 06:43:49 UTC

svn commit: r556223 - /webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Author: dinesh
Date: Fri Jul 13 21:43:48 2007
New Revision: 556223

URL: http://svn.apache.org/viewvc?view=rev&rev=556223
Log:
fixed:unused variable gives a warning

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c?view=diff&rev=556223&r1=556222&r2=556223
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c Fri Jul 13 21:43:48 2007
@@ -828,7 +828,6 @@
     const axutil_env_t *env)
 {
     
-	int status = AXIS2_SUCCESS;
     axiom_node_t *temp_node = NULL;
     axiom_node_t *nodes[256];
 	axiom_node_t *om_node = NULL;



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