summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 12:14:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 12:14:31 +0000
commit8bf48ec3070c812178f83c34b083bc4126c5c2bd (patch)
tree2ce3652d994a00ee7444bc8acb2fb365edeed661 /ChangeLog
parent8138214392ddd5e6ddb170248156466f34a89779 (diff)
* compile.c (iseq_compile_each): remove unused definition of unused
variable derived from original patch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d324db6cf1..8e5f0e06ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 9 21:13:24 2017 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * compile.c (iseq_compile_each): remove unused definition of unused
+ variable derived from original patch.
+
Wed Aug 9 19:45:16 2017 sorah (Shota Fukumori) <her@sorah.jp>
Init_frozen_strings definition is removed in r51511.