summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-10-04 22:16:49 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-10-05 13:19:09 +0900
commita472fd55dafcd1e3846615f0029431305b0f9c74 (patch)
tree819ce570513dd5f30a08e7c9dd2a93d8bdefbb54 /rubyparser.h
parent45350a0460a618392fd5b5022aac85c01de29066 (diff)
Remove not used fields from colon nodes
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 0258528ed9..377d6d5be0 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -826,15 +826,12 @@ typedef struct RNode_COLON2 {
struct RNode *nd_head;
ID nd_mid;
- VALUE not_used;
} rb_node_colon2_t;
typedef struct RNode_COLON3 {
NODE node;
- VALUE not_used;
ID nd_mid;
- VALUE not_used2;
} rb_node_colon3_t;
/* RNode_DOT2, RNode_DOT3, RNode_FLIP2 and RNode_FLIP3 should be same structure */