From b10ba81da164a2d532b6c6fe3858c13fc7c7c185 Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 14 May 2003 00:11:25 +0000 Subject: * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index e074dd978..d5b0abd45 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -737,16 +737,6 @@ module Net end private :do_start - def conn_address - address() - end - private :conn_address - - def conn_port - port() - end - private :conn_port - def on_connect end private :on_connect -- cgit