From 43836e97c5133d99739b11036ef8aacfb058833b Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 27 Aug 2003 20:48:41 +0000 Subject: [PATCH] Nuke unused variable # I should have taken Timm's patch --- Zend/zend_reflection_api.c | 1 - ext/reflection/php_reflection.c | 1 - 2 files changed, 2 deletions(-) diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index c44496283f..bded90fd0b 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.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; 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; -- 2.40.0