Remove unneeded line
This commit is contained in:
parent
a79c59472d
commit
24b53b1f3a
Notes:
git
2022-01-07 01:03:59 +09:00
1
class.c
1
class.c
@ -912,7 +912,6 @@ rb_module_s_alloc(VALUE klass)
|
|||||||
VALUE mod = class_alloc(T_MODULE, klass);
|
VALUE mod = class_alloc(T_MODULE, klass);
|
||||||
RCLASS_M_TBL_INIT(mod);
|
RCLASS_M_TBL_INIT(mod);
|
||||||
FL_SET(mod, RMODULE_ALLOCATED_BUT_NOT_INITIALIZED);
|
FL_SET(mod, RMODULE_ALLOCATED_BUT_NOT_INITIALIZED);
|
||||||
RB_OBJ_WRITE(mod, &RCLASS(mod)->super, 0);
|
|
||||||
return mod;
|
return mod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user