Skip to content

Commit 3f6b870

Browse files
committed
fixup! fixup! JIT support
1 parent 054523d commit 3f6b870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/jit/zend_jit_vm_helpers.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ bool ZEND_FASTCALL zend_jit_nodiscard_helper(OPLINE_D)
235235
bool ZEND_FASTCALL zend_jit_deprecated_nodiscard_helper(OPLINE_D)
236236
{
237237
zend_execute_data *call = (zend_execute_data *) opline;
238-
const zend_op *actual_opline = call->opline;
239238
zend_function *fbc = call->func;
240239

241240
if ((fbc->common.fn_flags & ZEND_ACC_DEPRECATED)) {

0 commit comments

Comments
 (0)