aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2021-07-19 13:52:14 -0400
committerPeter Zhu <peter@peterzhu.ca>2021-08-23 09:15:42 -0400
commit48ff7a9f3e47bffb3e4d067a12ba9b936261caa0 (patch)
tree47e91d54c6f6120d9a602274b1524443b050ae01 /vm_eval.c
parent83244b8c893ea2e140095888d88146c27959bfc0 (diff)
downloadruby-48ff7a9f3e47bffb3e4d067a12ba9b936261caa0.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