summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/views/_leaf_helpers.erb
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-03-09 16:33:28 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2021-03-10 09:38:20 -0800
commit9d0ae387c86f3fc85cf00a9a4cf8c6e18b4181bf (patch)
treeb6be4a37c7f82efa96557ee659147fcc5726ac77 /tool/ruby_vm/views/_leaf_helpers.erb
parent4c80b9d063fe3cf3bc80b2631f4ffc3b5346e12f (diff)
Remove DEFINED_IVAR2 from enum
This version of defined? doesn't seem to be possible to emit anymore.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4253
Diffstat (limited to 'tool/ruby_vm/views/_leaf_helpers.erb')
-rw-r--r--tool/ruby_vm/views/_leaf_helpers.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/ruby_vm/views/_leaf_helpers.erb b/tool/ruby_vm/views/_leaf_helpers.erb
index cbb7373e1c..1735db2196 100644
--- a/tool/ruby_vm/views/_leaf_helpers.erb
+++ b/tool/ruby_vm/views/_leaf_helpers.erb
@@ -20,7 +20,6 @@ leafness_of_defined(rb_num_t op_type)
/* see also: vm_insnhelper.c:vm_defined() */
switch (op_type) {
case DEFINED_IVAR:
- case DEFINED_IVAR2:
case DEFINED_GVAR:
case DEFINED_CVAR:
case DEFINED_YIELD: