aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2021-08-24 13:14:14 -0400
committerPeter Zhu <peter@peterzhu.ca>2021-08-25 09:28:21 -0400
commitc08d4067be83d03a6fcd173ffd2d206a01d09c90 (patch)
treec382374bbf5a4cc888cebf2602b10eecfc151711 /vm_eval.c
parent01be881f35e6dafbd8498f2ca9a02eedb1f40319 (diff)
downloadruby-c08d4067be83d03a6fcd173ffd2d206a01d09c90.tar.gz
[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 <tenderlove@ruby-lang.org>
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c1
1 files changed, 0 insertions, 1 deletions
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