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:
parent
912ea8257a
commit
a74f4cded2
Notes:
git
2022-09-24 07:57:34 +09:00
1 changed files with 0 additions and 2 deletions
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;
|
||||
|
|
Loading…
Reference in a new issue