diff options
author | Peter Zhu <[email protected]> | 2021-08-24 13:14:14 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2021-08-25 09:28:21 -0400 |
commit | c08d4067be83d03a6fcd173ffd2d206a01d09c90 (patch) | |
tree | c382374bbf5a4cc888cebf2602b10eecfc151711 /vm_eval.c | |
parent | 01be881f35e6dafbd8498f2ca9a02eedb1f40319 (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/4773
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 |