Skip to content

Commit 6fbab09

Browse files
committed
Remove old hack
1 parent a986e70 commit 6fbab09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/zend_vm_gen.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,10 +1193,6 @@ function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno,
11931193
return;
11941194
}
11951195

1196-
if ($spec && $name === "zend_binary_assign_op_helper") {
1197-
return;
1198-
}
1199-
12001196
if (ZEND_VM_LINES) {
12011197
out($f, "#line $lineno \"$definition_file\"\n");
12021198
}

0 commit comments

Comments
 (0)