зеркало из https://github.com/github/ruby.git
Remove reference to __classid__
This used to be used for module names but its uses were removed in
b00f280d4b
.
This commit is contained in:
Родитель
912ea8257a
Коммит
a74f4cded2
2
class.c
2
class.c
|
@ -423,8 +423,6 @@ copy_tables(VALUE clone, VALUE orig)
|
|||
st_delete(RCLASS_IV_TBL(clone), &id, 0);
|
||||
CONST_ID(id, "__classpath__");
|
||||
st_delete(RCLASS_IV_TBL(clone), &id, 0);
|
||||
CONST_ID(id, "__classid__");
|
||||
st_delete(RCLASS_IV_TBL(clone), &id, 0);
|
||||
}
|
||||
if (RCLASS_CONST_TBL(orig)) {
|
||||
struct clone_const_arg arg;
|
||||
|
|
Загрузка…
Ссылка в новой задаче