Skip to content

Commit 6ccdb90

Browse files
committed
Fixed ws
1 parent 7155239 commit 6ccdb90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_vm_gen.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,6 @@ function gen_vm($def, $skel) {
26752675
out($f, "\n");
26762676

26772677
// Generate zend_vm_get_opcode_handler() function
2678-
out($f, "\n");
26792678
out($f, "static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)\n");
26802679
out($f, "{\n");
26812680
if (!ZEND_VM_SPEC) {

0 commit comments

Comments
 (0)