summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-09-27 22:03:48 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-09-30 13:23:32 +0900
commit4e90be4c93ff3cbb8ab2cce3264e21f769ee056e (patch)
tree1d3980d061ef3e7bb06a36179c1a383343639c1b /rubyparser.h
parentd293d9e1917d28bf77f690e3c944b6ad876efd0c (diff)
Remove not used fields from ONCE
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 08c20678ac..7b36aacd0e 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -731,9 +731,7 @@ typedef struct RNode_DREGX {
typedef struct RNode_ONCE {
NODE node;
- VALUE not_used;
struct RNode *nd_body;
- VALUE not_used2;
} rb_node_once_t;
typedef struct RNode_ARGS {