Skip to content

Commit a8b6aea

Browse files
committed
Remove unused macros
1 parent 2aba4f8 commit a8b6aea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Zend/Optimizer/optimize_func_calls.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
#include "zend_execute.h"
2929
#include "zend_vm.h"
3030

31-
#define ZEND_OP1_IS_CONST_STRING(opline) \
32-
(opline->op1_type == IS_CONST && \
33-
Z_TYPE(op_array->literals[(opline)->op1.constant]) == IS_STRING)
34-
#define ZEND_OP2_IS_CONST_STRING(opline) \
35-
(opline->op2_type == IS_CONST && \
36-
Z_TYPE(op_array->literals[(opline)->op2.constant]) == IS_STRING)
37-
3831
typedef struct _optimizer_call_info {
3932
zend_function *func;
4033
zend_op *opline;

0 commit comments

Comments
 (0)