From 81620ed9b5553a80ea2c7d95b58c3217b1679459 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Fri, 25 Aug 2023 14:39:44 +0900 Subject: needless duplicated typedef deleted --- node.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'node.h') 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; -- cgit v1.2.3