aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-28 21:40:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-28 21:40:55 +0000
commit7504be10efbc6002cdfe205c05a7f2690c368296 (patch)
tree30460b0247350697e3e80016db31fc5491c04547 /vm_core.h
parent4e4880b390f29f05a4113ca61dff0a9f3ba1ff8f (diff)
downloadruby-7504be10efbc6002cdfe205c05a7f2690c368296.tar.gz
remove rb_thread_t::base_block
* error.c (rb_compile_err_append): rb_thread_t::base_block is no longer used. * iseq.c (rb_iseq_compile_with_option): ditto, no protection is needed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 19b7ee5beb..bf9ea1464e 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -698,8 +698,6 @@ typedef struct rb_thread_struct {
VALUE top_wrapper;
/* eval env */
- rb_block_t *base_block;
-
VALUE *root_lep;
VALUE root_svar;