summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-09-30 16:28:03 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-09-30 18:53:40 +0900
commit1fbccd02eeb37cf3ecd408b0ec2a71bdf78aa00f (patch)
tree6a79f7d011f63c70180a06627a17707317412bee /rubyparser.h
parenteba19d86d4fd6d10ccc9f2603187ca0f8ca806c4 (diff)
Remove not used fields from OP_ASGN_AND, OP_ASGN_OR
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 a61fdf6b84..e760d841a2 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -438,7 +438,6 @@ typedef struct RNode_OP_ASGN_AND {
struct RNode *nd_head;
struct RNode *nd_value;
- VALUE not_used;
} rb_node_op_asgn_and_t;
typedef struct RNode_OP_ASGN_OR {
@@ -446,7 +445,6 @@ typedef struct RNode_OP_ASGN_OR {
struct RNode *nd_head;
struct RNode *nd_value;
- VALUE not_used;
} rb_node_op_asgn_or_t;
typedef struct RNode_OP_CDECL {