Skip to content

Commit 81d1c1b

Browse files
committed
Remove accidentally added flag
1 parent 9a1da9f commit 81d1c1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/zend_compile.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ typedef struct _zend_oparray_context {
238238
/* or IS_CONSTANT_VISITED_MARK | | | */
239239
#define ZEND_CLASS_CONST_IS_CASE (1 << 6) /* | | | X */
240240
/* | | | */
241-
/* Class constant is deprecated | | | */
242-
#define ZEND_CLASS_CONST_DEPRECATED (1 << 7) /* | | | X */
243-
/* | | | */
244241
/* Class Flags (unused: 29...) | | | */
245242
/* =========== | | | */
246243
/* | | | */

0 commit comments

Comments
 (0)