diff options
| author | Marcus Boerger <helly@php.net> | 2003-08-27 20:48:41 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-08-27 20:48:41 +0000 |
| commit | 43836e97c5133d99739b11036ef8aacfb058833b (patch) | |
| tree | bf848dd198a8168f89f7900b0a90a80adab5b8e0 /Zend/zend_reflection_api.c | |
| parent | 7f5196953c1cd5c5bd5569772ec14b79cc7c88a7 (diff) | |
| download | php-git-43836e97c5133d99739b11036ef8aacfb058833b.tar.gz | |
Nuke unused variable
# I should have taken Timm's patch
Diffstat (limited to 'Zend/zend_reflection_api.c')
| -rw-r--r-- | Zend/zend_reflection_api.c | 1 |
1 files changed, 0 insertions, 1 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; |
