From 6f8b0aeb3b6a7c8539dd3b4f09429ce2f459335f Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 22 Jul 2015 10:58:33 +0000 Subject: * vm_core.h: remove unused declaration of iseq_compile_data_ensure_node_stack. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ vm_core.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95afc77b06..c696c5f7b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 22 19:57:47 2015 Koichi Sasada + + * vm_core.h: remove unused declaration of + iseq_compile_data_ensure_node_stack. + Wed Jul 22 19:52:45 2015 Koichi Sasada * vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and diff --git a/vm_core.h b/vm_core.h index 6e3d9cce58..1544c9a6d9 100644 --- a/vm_core.h +++ b/vm_core.h @@ -152,12 +152,8 @@ enum ruby_vm_throw_flags { }; /* 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; -- cgit v1.2.3