diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-14 00:11:25 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-14 00:11:25 +0000 |
commit | b10ba81da164a2d532b6c6fe3858c13fc7c7c185 (patch) | |
tree | 30bff5ce66c6d8549096d9455dbe5954bc5688d6 /lib | |
parent | c20b7e7a7c241fc0881a8c24bf3eddcf09fe0932 (diff) | |
download | ruby-b10ba81da164a2d532b6c6fe3858c13fc7c7c185.tar.gz ruby-b10ba81da164a2d532b6c6fe3858c13fc7c7c185.tar.xz ruby-b10ba81da164a2d532b6c6fe3858c13fc7c7c185.zip |
* 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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/http.rb | 10 |
1 files changed, 0 insertions, 10 deletions
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 |