From 81620ed9b5553a80ea2c7d95b58c3217b1679459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 25 Aug 2023 14:39:44 +0900 Subject: [PATCH] needless duplicated typedef deleted --- node.h | 4 ---- 1 file changed, 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;