From c08d4067be83d03a6fcd173ffd2d206a01d09c90 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 24 Aug 2021 13:14:14 -0400 Subject: [Feature #18045] Remove T_PAYLOAD This commit removes T_PAYLOAD since the new VWA implementation no longer requires T_PAYLOAD types. Co-authored-by: Aaron Patterson --- vm_eval.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index 7ce9f157e6..8a0166e1ee 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -731,7 +731,6 @@ rb_type_str(enum ruby_value_type type) case type_case(T_ICLASS); case type_case(T_ZOMBIE); case type_case(T_MOVED); - case type_case(T_PAYLOAD); case T_MASK: break; } #undef type_case -- cgit v1.2.1