summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-10-14 11:01:47 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-10-15 16:16:06 +0900
commit606452d1a92504d62f305f20d992577b47cab1e0 (patch)
tree20b726aeb53537918525e5c95f39acb771e63630 /rubyparser.h
parent5342dbf00bd87099a15e90d5375d44dff81493ac (diff)
Remove not used fields from STR
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 e7f7eca973..c13883bd60 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -618,8 +618,6 @@ typedef struct RNode_STR {
NODE node;
VALUE nd_lit;
- VALUE not_used;
- VALUE not_used2;
} rb_node_str_t;
/* RNode_DSTR, RNode_DXSTR and RNode_DSYM should be same structure */