diff options
Diffstat (limited to 'ext/xml/php_xml.h')
-rw-r--r-- | ext/xml/php_xml.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index b1232c2c0b..2504f8b6c2 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -98,10 +98,6 @@ enum php_xml_option { PHP_XML_OPTION_SKIP_WHITE }; -#define RETURN_OUT_OF_MEMORY \ - php_error(E_WARNING, "Out of memory");\ - RETURN_FALSE - /* for xml_parse_into_struct */ #define XML_MAXLEVEL 255 /* XXX this should be dynamic */ |