aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 04:44:08 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 04:44:08 +0000
commit22e9da86d000857d037aa776af5702e82d73c244 (patch)
tree8a08048ed89cf1f1d720b194fc5cafb2ae72c5b3 /ChangeLog
parentd69af91f53ff14f31593a8fe53f5ab7b8786d115 (diff)
downloadruby-22e9da86d000857d037aa776af5702e82d73c244.tar.gz
io.c: remove obsolete rb_deferr global variable
This was made obsolete by r4190 back in July 2003. Furthermore, this existed less than 3 months as it was only introduced in r3782. So with absolutely no references to rb_deferr, I doubt any vim plugin would care anymore. ChangeLog: fixup indent of my previous commit, oops :X git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1493fdf68..c2326d1626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 10 13:41:36 2016 Eric Wong <e@80x24.org>
+
+ * io.c (rb_deferr): remove long obsolete global
+
Sun Jan 10 09:14:42 2016 Eric Wong <e@80x24.org>
* ext/psych/lib/psych/visitors/yaml_tree.rb (visit_String):