From 10621f7cb9a0c70e568f89cce47a02e878af6778 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 1 Jun 2023 14:55:36 -0700 Subject: Revert "Fix cvar caching when class is cloned" This reverts commit 77d1b082470790c17c24a2f406b4fec5d522636b. --- class.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'class.c') diff --git a/class.c b/class.c index 4ffb47c27a..114df2bbd7 100644 --- a/class.c +++ b/class.c @@ -446,12 +446,9 @@ cvc_table_copy(ID id, VALUE val, void *data) ent = ALLOC(struct rb_cvar_class_tbl_entry); ent->class_value = ctx->clone; - ent->cref = orig_entry->cref; ent->global_cvar_state = orig_entry->global_cvar_state; rb_id_table_insert(ctx->new_table, id, (VALUE)ent); - RB_OBJ_WRITTEN(ctx->clone, Qundef, ent->cref); - return ID_TABLE_CONTINUE; } -- cgit v1.2.3