diff options
author | Felipe Pena <felipe@php.net> | 2010-11-24 20:50:07 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-11-24 20:50:07 +0000 |
commit | 965c30dc2e74c12ad757ff4e73b9373c7d142a46 (patch) | |
tree | 8a54f6e0423a9dafba4c57250085734c246914c0 /Zend | |
parent | c9e54156d86d05c8ba267bcc426fa7274ce8787b (diff) | |
download | php-git-965c30dc2e74c12ad757ff4e73b9373c7d142a46.tar.gz |
- Removed unused variable
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend_execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index d30f030f58..258a4ccd00 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1364,7 +1364,6 @@ static void zend_fetch_property_address(temp_variable *result, zval **container_ static inline zend_brk_cont_element* zend_brk_cont(int nest_levels, int array_offset, const zend_op_array *op_array, const temp_variable *Ts TSRMLS_DC) { - zval tmp; int original_nest_levels = nest_levels; zend_brk_cont_element *jmp_to; |