1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

Remove this debug line too

This commit is contained in:
Marcus Boerger
2003-05-02 11:10:55 +00:00
parent 7638a25fef
commit d6d17e510d
-1
View File
@@ -112,7 +112,6 @@ ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FE_FETCH)
NEXT_OPCODE();
}
else
EX(opline) = op_array->opcodes+EX(opline)->op2.u.opline_num;
return 0;
}