- Remove code which wasn't supposed to go into the patch.

This commit is contained in:
Andi Gutmans 2002-07-17 18:39:26 +00:00
parent 9c52e883f0
commit 0355dc5504

View File

@ -918,9 +918,6 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
op_array.scope = CG(active_class_entry);
if (is_method) {
char *foo;
foo = CG(active_class_entry)->name;
zend_hash_update(&CG(active_class_entry)->function_table, name, name_len+1, &op_array, sizeof(zend_op_array), (void **) &CG(active_op_array));
if ((CG(active_class_entry)->name_length == (uint) name_len) && (!memcmp(CG(active_class_entry)->name, name, name_len))) {
CG(active_class_entry)->constructor = (zend_function *) CG(active_op_array);