diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-09-19 23:58:01 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 18:20:25 +0900 |
| commit | c1f5fdafb642b6d8436fd45c65ddcd8434c2a78f (patch) | |
| tree | f17a956aae7ab0a6a321754008080e2a9e7c7cfb | |
| parent | 5d1d94d911abd2fe6abe9d1f23d98f8995ec8c4e (diff) | |
| download | mruby-c1f5fdafb642b6d8436fd45c65ddcd8434c2a78f.tar.gz mruby-c1f5fdafb642b6d8436fd45c65ddcd8434c2a78f.zip | |
Remove duplicated constant `IREP_TT_SFLAG`; #5084
| -rw-r--r-- | include/mruby/irep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/irep.h b/include/mruby/irep.h index b800403ce..ccc0e65cb 100644 --- a/include/mruby/irep.h +++ b/include/mruby/irep.h @@ -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) */ |
