Skip to content

Commit

Permalink
Remove unused macro
Browse files Browse the repository at this point in the history
`struct RNode_OP_ASGN22` was removed by 37a783a.
  • Loading branch information
yui-knk committed Oct 24, 2023
1 parent c44d654 commit 2062232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubyparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 2062232

Please sign in to comment.