Remove unused AREF macro

This commit is contained in:
S-H-GAMELINKS 2024-04-10 21:05:59 +09:00 committed by Yuichiro Kaneko
parent 39be11a17a
commit 76732b3e7b

View File

@ -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