summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
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 24feaca8dd..4e22f8d350 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -963,7 +963,6 @@ typedef struct RNode_ARYPTN {
NODE node;
struct RNode *nd_pconst;
- VALUE not_used;
struct rb_ary_pattern_info *nd_apinfo;
} rb_node_aryptn_t;
@@ -979,7 +978,6 @@ typedef struct RNode_FNDPTN {
NODE node;
struct RNode *nd_pconst;
- VALUE not_used;
struct rb_fnd_pattern_info *nd_fpinfo;
} rb_node_fndptn_t;