From 72b356c1bccb511e9a3414cbfe6ff25b5a20b91f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 18 Jan 2003 19:28:10 +0000 Subject: Removed pointless memory allocation checks. --- ext/xml/php_xml.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/xml/php_xml.h') 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 */ -- cgit v1.2.1