summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubyparser.h')
-rw-r--r--rubyparser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rubyparser.h b/rubyparser.h
index 1f138975a3..9a6780dc46 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -855,7 +855,6 @@ typedef struct RNode_ALIAS {
struct RNode *nd_1st;
struct RNode *nd_2nd;
- VALUE not_used;
} rb_node_alias_t;
typedef struct RNode_VALIAS {
@@ -863,15 +862,12 @@ typedef struct RNode_VALIAS {
ID nd_alias;
ID nd_orig;
- VALUE not_used;
} rb_node_valias_t;
typedef struct RNode_UNDEF {
NODE node;
- VALUE not_used;
struct RNode *nd_undef;
- VALUE not_used2;
} rb_node_undef_t;
typedef struct RNode_CLASS {