diff options
author | Peter Zhu <[email protected]> | 2021-07-19 13:52:14 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2021-08-23 09:15:42 -0400 |
commit | 48ff7a9f3e47bffb3e4d067a12ba9b936261caa0 (patch) | |
tree | 47e91d54c6f6120d9a602274b1524443b050ae01 /vm_eval.c | |
parent | 83244b8c893ea2e140095888d88146c27959bfc0 (diff) |
[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 <[email protected]>
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4680
Diffstat (limited to 'vm_eval.c')
-rw-r--r-- | vm_eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |