From e8edc34f0abe176b24975a1fed1f2c3782f0a252 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 3 Aug 2020 15:31:25 -0700 Subject: Remove unused struct member I accidentally added this in 35ba2783fe6b3316a6bbc6f00bf975ad7185d6e0, and it's making the size of RVALUE be too big. I'm sorry! orz --- node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index b6fefb4410..bc0dcb26c5 100644 --- a/node.h +++ b/node.h @@ -401,7 +401,6 @@ typedef struct rb_ast_body_struct { typedef struct rb_ast_struct { VALUE flags; node_buffer_t *node_buffer; - ID *local_lists; rb_ast_body_t body; } rb_ast_t; rb_ast_t *rb_ast_new(void); -- cgit v1.2.3