summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index c44496283f..bded90fd0b 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -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;