From 9d0ae387c86f3fc85cf00a9a4cf8c6e18b4181bf Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 9 Mar 2021 16:33:28 -0800 Subject: Remove DEFINED_IVAR2 from enum This version of defined? doesn't seem to be possible to emit anymore. --- iseq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iseq.h') 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 -- cgit v1.2.1