diff options
author | S-H-GAMELINKS <[email protected]> | 2024-04-10 21:05:59 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-11 11:32:09 +0900 |
commit | 76732b3e7b42d23290cd96cd695b2373172c8a43 () | |
tree | 62ecb31cc08ab8a75674405fc3b0f0e83ac6c604 | |
parent | 39be11a17a221387b7eedd455114d6e87088ac60 (diff) |
Remove unused AREF macro
-rw-r--r-- | parse.y | 2 |
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 |