aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
diff options
context:
space:
mode:
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