diff options
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rubyparser.h b/rubyparser.h index 9a6780dc46..6103f8505d 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -209,7 +209,6 @@ typedef struct RNode_CASE { struct RNode *nd_head; struct RNode *nd_body; - VALUE not_used; } rb_node_case_t; typedef struct RNode_CASE2 { @@ -217,7 +216,6 @@ typedef struct RNode_CASE2 { struct RNode *nd_head; struct RNode *nd_body; - VALUE not_used; } rb_node_case2_t; typedef struct RNode_CASE3 { @@ -225,7 +223,6 @@ typedef struct RNode_CASE3 { struct RNode *nd_head; struct RNode *nd_body; - VALUE not_used; } rb_node_case3_t; typedef struct RNode_WHEN { |