From: Sascha Schumann Date: Thu, 26 Oct 2000 18:15:18 +0000 (+0000) Subject: Remove second_arg_force_ref, defined in Zend X-Git-Tag: php-4.0.4RC3~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39387c77819242c829f38a82f5a49afc3f1021f4;p=php Remove second_arg_force_ref, defined in Zend Submitted by: Bill Stoddard --- diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 1dd9ecc58a..ae0bc5cbc8 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -94,7 +94,6 @@ int _xml_externalEntityRefHandler(XML_Parser, const XML_Char *, const XML_Char /* }}} */ /* {{{ extension definition structures */ -static unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE }; function_entry xml_functions[] = {