Removed pointless memory allocation checks.

This commit is contained in:
Ilia Alshanetsky 2003-01-18 19:28:10 +00:00
parent 94c25df592
commit 72b356c1bc
11 changed files with 24 additions and 99 deletions

View file

@ -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 */