Author: billblough
Date: Tue May 1 00:11:21 2018
New Revision: 1830641
URL: http://svn.apache.org/viewvc?rev=1830641&view=rev
Log:
Remove conflicting assertion
Jira: AXIS2C-1695
Modified:
axis/axis2/c/core/trunk/axiom/src/om/om_element.c
Modified: axis/axis2/c/core/trunk/axiom/src/om/om_element.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/src/om/om_element.c?rev=1830641&r1=1830640&r2=1830641&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/src/om/om_element.c (original)
+++ axis/axis2/c/core/trunk/axiom/src/om/om_element.c Tue May 1 00:11:21 2018
@@ -1087,7 +1087,6 @@ axiom_element_get_children_with_qname(
axiom_node_t * element_node)
{
AXIS2_ASSERT(element_node != NULL);
- AXIS2_ASSERT(element_qname != NULL);
AXIS2_ASSERT(om_element != NULL);
if (om_element->children_qname_iter)