From: Dmitry Stogov Date: Tue, 20 Nov 2007 19:12:01 +0000 (+0000) Subject: dead code X-Git-Tag: RELEASE_2_0_0a1~1330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8621c99b28242fad38392b46fdad6c089701262;p=php dead code --- diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index 29f5707491..386a1e65a1 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -2107,7 +2107,6 @@ ZEND_VM_HELPER(zend_do_fcall_common_helper, ANY, ANY) zend_u_hash_init(EG(active_symbol_table), 0, NULL, ZVAL_PTR_DTOR, 0, UG(unicode)); /*printf("Cache miss! Initialized %x\n", EG(active_symbol_table));*/ } - EG(active_symbol_table) = EG(active_symbol_table); EG(return_value_ptr_ptr) = &EX_T(opline->result.u.var).var.ptr; EG(active_op_array) = (zend_op_array *) EX(function_state).function; diff --git a/Zend/zend_vm_execute.h b/Zend/zend_vm_execute.h index 699d7e1363..7c93532c8f 100644 --- a/Zend/zend_vm_execute.h +++ b/Zend/zend_vm_execute.h @@ -222,7 +222,6 @@ static int zend_do_fcall_common_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) zend_u_hash_init(EG(active_symbol_table), 0, NULL, ZVAL_PTR_DTOR, 0, UG(unicode)); /*printf("Cache miss! Initialized %x\n", EG(active_symbol_table));*/ } - EG(active_symbol_table) = EG(active_symbol_table); EG(return_value_ptr_ptr) = &EX_T(opline->result.u.var).var.ptr; EG(active_op_array) = (zend_op_array *) EX(function_state).function;