summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-10-05 17:49:41 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-10-06 07:31:22 +0900
commitf6a2af255b9ace4de5b10cb75788529dab9c42e9 (patch)
treeeaa804215b1dca1ba10c39e26cdc776a8f1be9af /rubyparser.h
parent8cb906d7067d9b4cdf7971e49f185c737f3ee1f9 (diff)
Remove not used fields from ZLIST
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 b36470bf69..f0ce7989e0 100644
--- a/rubyparser.h
+++ b/rubyparser.h
@@ -515,10 +515,6 @@ typedef struct RNode_LIST {
typedef struct RNode_ZLIST {
NODE node;
-
- VALUE not_used;
- VALUE not_used2; /* Used by p->exits */
- VALUE not_used3; /* Used by p->exits */
} rb_node_zlist_t;
typedef struct RNode_VALUES {