aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
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
commitf807c0113389648dc4d97604cef50b185f1781af (patch)
tree30460b0247350697e3e80016db31fc5491c04547 /eval.c
parent77302a925f33b448e91f34870446a27a3c48898c (diff)
downloadruby-f807c0113389648dc4d97604cef50b185f1781af.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 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 67a5d0e53b..47cfd6107c 100644
--- a/eval.c
+++ b/eval.c
@@ -243,7 +243,6 @@ ruby_exec_internal(void *n)
TH_PUSH_TAG(th);
if ((state = EXEC_TAG()) == 0) {
SAVE_ROOT_JMPBUF(th, {
- th->base_block = 0;
rb_iseq_eval_main(iseq);
});
}