mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Nuke unused variable
# I should have taken Timm's patch
This commit is contained in:
parent
7f5196953c
commit
43836e97c5
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user