Remove unused macro

`struct RNode_OP_ASGN22` was removed by 37a783a.
This commit is contained in:
yui-knk 2023-10-24 18:42:42 +09:00 committed by Yuichiro Kaneko
parent a2badf3066
commit 820957b1ee

View File

@ -949,7 +949,6 @@ typedef struct RNode_ERROR {
#define RNODE_CVASGN(node) ((struct RNode_CVASGN *)(node))
#define RNODE_OP_ASGN1(node) ((struct RNode_OP_ASGN1 *)(node))
#define RNODE_OP_ASGN2(node) ((struct RNode_OP_ASGN2 *)(node))
#define RNODE_OP_ASGN22(node) ((struct RNode_OP_ASGN22 *)(node))
#define RNODE_OP_ASGN_AND(node) ((struct RNode_OP_ASGN_AND *)(node))
#define RNODE_OP_ASGN_OR(node) ((struct RNode_OP_ASGN_OR *)(node))
#define RNODE_OP_CDECL(node) ((struct RNode_OP_CDECL *)(node))