summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2024-04-10 21:05:59 +0900
committerYuichiro Kaneko <[email protected]>2024-04-11 11:32:09 +0900
commit76732b3e7b42d23290cd96cd695b2373172c8a43 ()
tree62ecb31cc08ab8a75674405fc3b0f0e83ac6c604
parent39be11a17a221387b7eedd455114d6e87088ac60 (diff)
Remove unused AREF macro
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
@@ -332,8 +332,6 @@ RBIMPL_WARNING_POP()
#define NO_LEX_CTXT (struct lex_context){0}
-#define AREF(ary, i) RARRAY_AREF(ary, i)
-
#ifndef WARN_PAST_SCOPE
# define WARN_PAST_SCOPE 0
#endif