summaryrefslogtreecommitdiff
path: root/iseq.h
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 /iseq.h
parent4c80b9d063fe3cf3bc80b2631f4ffc3b5346e12f (diff)
downloadruby-9d0ae387c86f3fc85cf00a9a4cf8c6e18b4181bf.tar.gz
Remove DEFINED_IVAR2 from enum
This version of defined? doesn't seem to be possible to emit anymore.
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/iseq.h b/iseq.h
index bae534c71d..6a6c69a114 100644
--- a/iseq.h
+++ b/iseq.h
@@ -289,7 +289,6 @@ enum defined_type {
DEFINED_FALSE,
DEFINED_ASGN,
DEFINED_EXPR,
- DEFINED_IVAR2,
DEFINED_REF,
DEFINED_FUNC,
DEFINED_CONST_FROM