Remove non-applicable "hack" comment

This commit is contained in:
Corey Powell
2015-07-14 14:12:23 -05:00
parent eb172c28d7
commit dbbf2e2623
-2
View File
@@ -1020,8 +1020,6 @@ static mrb_value
mrb_mod_initialize(mrb_state *mrb, mrb_value mod)
{
mrb_value b;
/* hack, fix missing module->origin */
struct RClass *m = mrb_class_ptr(mod);
boot_initmod(mrb, m); // bootstrap a newly initialized module
mrb_get_args(mrb, "|&", &b);