mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove old hack
This commit is contained in:
parent
a986e70991
commit
6fbab09ef0
1 changed files with 0 additions and 4 deletions
|
@ -1193,10 +1193,6 @@ function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno,
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($spec && $name === "zend_binary_assign_op_helper") {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ZEND_VM_LINES) {
|
if (ZEND_VM_LINES) {
|
||||||
out($f, "#line $lineno \"$definition_file\"\n");
|
out($f, "#line $lineno \"$definition_file\"\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue