remove regex_class and match_class from mrb_state

This commit is contained in:
Yukihiro Matsumoto
2012-05-10 23:11:20 +09:00
parent 4d3ed8c4f9
commit 4e40121f71
2 changed files with 8 additions and 13 deletions
-4
View File
@@ -241,10 +241,6 @@ typedef struct mrb_state {
struct RClass *string_class;
struct RClass *array_class;
struct RClass *hash_class;
#ifdef INCLUDE_REGEXP
struct RClass *regex_class;
struct RClass *match_class;
#endif
#ifdef INCLUDE_ENCODING
struct RClass *encode_class;
struct RClass *converter_class;