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 sa...@apache.org on 2007/02/15 04:33:40 UTC

svn commit: r507801 - /webservices/axis2/trunk/c/axiom/src/om/om_element.c

Author: samisa
Date: Wed Feb 14 19:33:39 2007
New Revision: 507801

URL: http://svn.apache.org/viewvc?view=rev&rev=507801
Log:
Removed the un-necessary lookup for default namespace

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

Modified: webservices/axis2/trunk/c/axiom/src/om/om_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_element.c?view=diff&rev=507801&r1=507800&r2=507801
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_element.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_element.c Wed Feb 14 19:33:39 2007
@@ -747,16 +747,7 @@
             }
         }
     }
-    if ((NULL == om_element->namespaces) && (NULL == om_element->ns))
-    {
-        axiom_namespace_t *default_ns = NULL;
-        default_ns = AXIOM_ELEMENT_GET_DEFAULT_NAMESPACE(om_element,
-                env, ele_node);
-        if (default_ns)
-        {
-            AXIOM_NAMESPACE_SERIALIZE(default_ns, env, om_output);
-        }
-    }
+    
     return status;
 }
 



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