Skip to content

Commit c553c3f

Browse files
committed
Zend/zend_type_code: remove unused macro ZEND_SAME_FAKE_TYPE
1 parent 4e1248a commit c553c3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Zend/zend_type_code.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,4 @@ enum {
6262
_IS_NUMBER,
6363
};
6464

65-
#define ZEND_SAME_FAKE_TYPE(faketype, realtype) ( \
66-
(faketype) == (realtype) \
67-
|| ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
68-
)
69-
7065
#endif /* ZEND_TYPE_CODE_H */

0 commit comments

Comments
 (0)