mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove old hack
This commit is contained in:
@@ -1193,10 +1193,6 @@ function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno,
|
||||
return;
|
||||
}
|
||||
|
||||
if ($spec && $name === "zend_binary_assign_op_helper") {
|
||||
return;
|
||||
}
|
||||
|
||||
if (ZEND_VM_LINES) {
|
||||
out($f, "#line $lineno \"$definition_file\"\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user