ruby-changes:49692
From: mame <ko1@a...>
Date: Sat, 13 Jan 2018 22:00:17 +0900 (JST)
Subject: [ruby-changes:49692] mame:r61809 (trunk): compile.c (struct ibf_id_entry): Just removed.
mame 2018-01-13 22:00:11 +0900 (Sat, 13 Jan 2018) New Revision: 61809 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61809 Log: compile.c (struct ibf_id_entry): Just removed. It looked unused. Modified files: trunk/compile.c Index: compile.c =================================================================== --- compile.c (revision 61808) +++ compile.c (revision 61809) @@ -8066,19 +8066,6 @@ struct ibf_header { https://github.com/ruby/ruby/blob/trunk/compile.c#L8066 ibf_offset_t object_list_offset; }; -struct ibf_id_entry { - enum { - ibf_id_enc_ascii, - ibf_id_enc_utf8, - ibf_id_enc_other - } enc -#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) - : 2 -#endif - ; - char body[1]; -}; - struct ibf_dump { VALUE str; VALUE iseq_list; /* [iseq0 offset, ...] */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/