aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 02:09:36 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 02:09:36 +0000
commit989c529c8999a03faf8c17c5b3068e73e632be6d (patch)
tree493fcbc1bcf6f3df17c2566325e98fa6ac776baf /ChangeLog
parentf22f1fbb54f7a2d3088205bf951d255f41f8f034 (diff)
downloadruby-989c529c8999a03faf8c17c5b3068e73e632be6d.tar.gz
* thread.c (thread_start_func_2): remove unused code. When
th->safe_level == 4, th->errinfo never be thrown. So, to create new exception makes no sense. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e924e202d..4b6c949274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Nov 29 11:06:06 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread.c (thread_start_func_2): remove unused code. When
+ th->safe_level == 4, th->errinfo never be thrown. So, to
+ create new exception makes no sense.
+
Thu Nov 29 10:29:53 2012 Koichi Sasada <ko1@atdot.net>
* vm_backtrace.c: same as a last patch.