Remove duplicated constant IREP_TT_SFLAG; #5084

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-09-19 23:58:01 +09:00
parent 5d1d94d911
commit c1f5fdafb6
-1
View File
@@ -25,7 +25,6 @@ enum irep_pool_type {
#define IREP_TT_NFLAG 1 /* number (non string) flag */
#define IREP_TT_SFLAG 2 /* static string flag */
#define IREP_TT_SFLAG 2 /* static string flag */
typedef struct mrb_pool_value {
uint32_t tt; /* packed type and length (for string) */