Skip to content

Commit b29ea0e

Browse files
committed
ext/opcache/jit/zend_jit_internal: remove unused macro zend_jit_opline_hash()
1 parent 8864443 commit b29ea0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/opcache/jit/zend_jit_internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t fla
354354
zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key);
355355

356356
/* Tracer */
357-
#define zend_jit_opline_hash(opline) \
358-
zend_jit_hash(opline)
359357

360358
#define ZEND_JIT_TRACE_STOP(_) \
361359
_(LOOP, "loop") \

0 commit comments

Comments
 (0)