Nuke unused variable

# I should have taken Timm's patch
This commit is contained in:
Marcus Boerger 2003-08-27 20:48:41 +00:00
parent 7f5196953c
commit 43836e97c5
2 changed files with 0 additions and 2 deletions

View File

@ -1583,7 +1583,6 @@ ZEND_METHOD(reflection_class, newinstance)
/* Run the constructor if there is one */
if (ce->constructor) {
zval ***params;
zval *fname;
zend_fcall_info fci;
zend_fcall_info_cache fcc;

View File

@ -1583,7 +1583,6 @@ ZEND_METHOD(reflection_class, newinstance)
/* Run the constructor if there is one */
if (ce->constructor) {
zval ***params;
zval *fname;
zend_fcall_info fci;
zend_fcall_info_cache fcc;