From 3cec00c39ca6278d03e365ba8fd6d4768bce9092 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 24 Dec 2007 20:47:11 +0000 Subject: Fix uninitialized variable warning in Net::HTTP Remove unused method in IRB::OutputMethod. [ruby-talk:284582] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 179f63d48..f730d35a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 25 05:44:56 2007 Eric Hodel + + * lib/net/http.rb: Fix uninitialized variable warning. + [ruby-talk:284582] + + * lib/irb/output-method.rb: Remove unused #foo method. + [ruby-talk:284582] + Tue Dec 25 05:24:12 2007 Koichi Sasada * compile.c (iseq_compile): clear local table if node == 0. -- cgit