]> granicus.if.org Git - php/commitdiff
Remove second_arg_force_ref, defined in Zend
authorSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:15:18 +0000 (18:15 +0000)
committerSascha Schumann <sas@php.net>
Thu, 26 Oct 2000 18:15:18 +0000 (18:15 +0000)
Submitted by: Bill Stoddard

ext/xml/xml.c

index 1dd9ecc58abbfba2632990f1bf24d7d12f8b3a6b..ae0bc5cbc81f0f852cebc1e0fd2c0203713de5ef 100644 (file)
@@ -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[] = {