diff options
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r-- | ext/soap/php_schema.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 2446b6b67f..d6183ffc93 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -534,10 +534,6 @@ static int schema_union(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr unionType, sdlTyp if (node_is_equal(trav,"simpleType")) { sdlTypePtr newType, *tmp; - if (memberTypes != NULL) { - soap_error0(E_ERROR, "Parsing Schema: union has both 'memberTypes' attribute and subtypes"); - } - newType = emalloc(sizeof(sdlType)); memset(newType, 0, sizeof(sdlType)); |