ruby-changes:39259
From: ko1 <ko1@a...>
Date: Wed, 22 Jul 2015 19:58:44 +0900 (JST)
Subject: [ruby-changes:39259] ko1:r51340 (trunk): * vm_core.h: remove unused declaration of
ko1 2015-07-22 19:58:33 +0900 (Wed, 22 Jul 2015) New Revision: 51340 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51340 Log: * vm_core.h: remove unused declaration of iseq_compile_data_ensure_node_stack. Modified files: trunk/ChangeLog trunk/vm_core.h Index: ChangeLog =================================================================== --- ChangeLog (revision 51339) +++ ChangeLog (revision 51340) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jul 22 19:57:47 2015 Koichi Sasada <ko1@a...> + + * vm_core.h: remove unused declaration of + iseq_compile_data_ensure_node_stack. + Wed Jul 22 19:52:45 2015 Koichi Sasada <ko1@a...> * vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and Index: vm_core.h =================================================================== --- vm_core.h (revision 51339) +++ vm_core.h (revision 51340) @@ -152,12 +152,8 @@ enum ruby_vm_throw_flags { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L152 }; /* iseq data type */ - -struct iseq_compile_data_ensure_node_stack; - typedef struct rb_compile_option_struct rb_compile_option_t; - struct iseq_inline_cache_entry { rb_serial_t ic_serial; rb_cref_t *ic_cref; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/