From 135c75727d44d84422355465a42f8e9c485e8f79 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 7 Jul 2015 03:08:08 +0000 Subject: * cont.c (cont_free): remove mysterious fflush() introduced at r19890, maybe accidentaly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index dc412ec46c..2ac2b3d997 100644 --- a/cont.c +++ b/cont.c @@ -226,7 +226,7 @@ cont_free(void *ptr) RUBY_FREE_ENTER("cont"); if (ptr) { rb_context_t *cont = ptr; - RUBY_FREE_UNLESS_NULL(cont->saved_thread.stack); fflush(stdout); + RUBY_FREE_UNLESS_NULL(cont->saved_thread.stack); #if FIBER_USE_NATIVE if (cont->type == CONTINUATION_CONTEXT) { /* cont */ -- cgit v1.2.3