Remove reference to __classid__

This used to be used for module names but its uses were removed in
b00f280d4b.
This commit is contained in:
John Hawthorn 2022-09-23 14:29:25 -07:00
Родитель 912ea8257a
Коммит a74f4cded2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;