]> granicus.if.org Git - php/commitdiff
Removed unused flags
authorDmitry Stogov <dmitry@zend.com>
Wed, 4 Oct 2017 21:04:59 +0000 (00:04 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 4 Oct 2017 21:04:59 +0000 (00:04 +0300)
Zend/zend_types.h

index 1028978c288fee708470858b225aae9e0e7c65ff..4118154289d44056b64f43a912a3273157769edd 100644 (file)
@@ -493,9 +493,6 @@ static zend_always_inline zend_uchar zval_get_type(const zval* pz) {
 #define IS_STR_INTERNED                                (1<<1) /* interned string          */
 #define IS_STR_PERMANENT               (1<<2) /* relives request boundary */
 
-#define IS_STR_CONSTANT             (1<<3) /* constant index */
-#define IS_STR_CONSTANT_UNQUALIFIED (1<<4) /* the same as IS_CONSTANT_UNQUALIFIED */
-
 /* array flags */
 #define IS_ARRAY_IMMUTABLE                     (1<<1)