diff options
author | yui-knk <[email protected]> | 2023-09-30 14:17:59 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2023-09-30 17:20:16 +0900 |
commit | 97ac5deeecc6d7c9b870e98aaddf820659b2ebff (patch) | |
tree | afb47cd6a6cb24aad8b47b239cf1ae693b1010b8 /rubyparser.h | |
parent | 716a12902dfbcd285b5cba8d0bf9d1be4ea79d4b (diff) |
Remove not used fields from BEGIN
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rubyparser.h b/rubyparser.h index 233a4db211..36b367e418 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -316,9 +316,7 @@ typedef struct RNode_RETRY { typedef struct RNode_BEGIN { NODE node; - VALUE not_used; struct RNode *nd_body; - VALUE not_used2; } rb_node_begin_t; typedef struct RNode_RESCUE { |