aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-08-25 14:39:44 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-08-25 17:27:53 +0900
commit81620ed9b5553a80ea2c7d95b58c3217b1679459 (patch)
treed2b9263afed64dc1cc3b99d87967805a00fdcef8 /node.h
parentddc5c204b21bb627fc25bda0f3aee28a0325a63e (diff)
downloadruby-81620ed9b5553a80ea2c7d95b58c3217b1679459.tar.gz
needless duplicated typedef deleted
Diffstat (limited to 'node.h')
-rw-r--r--node.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/node.h b/node.h
index 69f73fc798..1f365960fc 100644
--- a/node.h
+++ b/node.h
@@ -29,10 +29,6 @@ typedef struct {
node_buffer_elem_t *last;
} node_buffer_list_t;
-#ifdef UNIVERSAL_PARSER
-typedef struct rb_parser_config_struct rb_parser_config_t;
-#endif
-
struct node_buffer_struct {
node_buffer_list_t unmarkable;
node_buffer_list_t markable;