Remove initialization of mt.

This commit is contained in:
Masamitsu MURASE
2012-07-22 00:35:49 +09:00
parent 78aa61453e
commit a4c6b1c75e
-1
View File
@@ -115,7 +115,6 @@ mrb_define_module_id(mrb_state *mrb, mrb_sym name)
{
struct RClass *m = mrb_module_new(mrb);
m->mt = kh_init(mt, mrb);
mrb_obj_iv_set(mrb, (struct RObject*)mrb->object_class,
name, mrb_obj_value(m));
mrb_name_class(mrb, m, name);