We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054523d commit 3f6b870Copy full SHA for 3f6b870
ext/opcache/jit/zend_jit_vm_helpers.c
@@ -235,7 +235,6 @@ bool ZEND_FASTCALL zend_jit_nodiscard_helper(OPLINE_D)
235
bool ZEND_FASTCALL zend_jit_deprecated_nodiscard_helper(OPLINE_D)
236
{
237
zend_execute_data *call = (zend_execute_data *) opline;
238
- const zend_op *actual_opline = call->opline;
239
zend_function *fbc = call->func;
240
241
if ((fbc->common.fn_flags & ZEND_ACC_DEPRECATED)) {
0 commit comments