aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 10:58:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 10:58:33 +0000
commit2afe8bc616c49c00ae9fc6ac7993cd1881fe1c79 (patch)
tree94cac2ae67e2cd1bf8aa525f9a63546df4181524 /vm_core.h
parentc434d8138cbb1ec34e973a22a116c1686c98fd14 (diff)
downloadruby-2afe8bc616c49c00ae9fc6ac7993cd1881fe1c79.tar.gz
* 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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 0 insertions, 4 deletions
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;