1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
parent 912ea8257a
commit a74f4cded2
Notes: git 2022-09-24 07:57:34 +09:00

View file

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