Remove not used fields from MATCH

This commit is contained in:
yui-knk 2023-10-12 23:40:28 +09:00 committed by Yuichiro Kaneko
parent 591336a0f2
commit dc8742f5cc

View File

@ -591,8 +591,6 @@ typedef struct RNode_MATCH {
NODE node;
VALUE nd_lit;
VALUE not_used;
VALUE not_used2;
} rb_node_match_t;
typedef struct RNode_MATCH2 {