remove encode_class and converter_class from mrb_state

This commit is contained in:
Yukihiro Matsumoto
2012-05-10 23:16:28 +09:00
parent 4e40121f71
commit affb5cb7c2
4 changed files with 11 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_ENCODING
struct RClass *encode_class;
struct RClass *converter_class;
#endif
struct RClass *float_class;
struct RClass *fixnum_class;