summaryrefslogtreecommitdiff
path: root/lib/webrick/httpproxy.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-08 05:34:48 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-08 05:34:48 +0000
commit67b5e1084bb079025183559f78b78402666dbfcd (patch)
tree234668405423e8a43184467ffa99fd67da0b67ae /lib/webrick/httpproxy.rb
parent259cd9de25b0a62ae317a0c9b8335c6ba72835fe (diff)
* lib/webrick/httpproxy.rb: remove needless condition
for old ruby version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick/httpproxy.rb')
-rw-r--r--lib/webrick/httpproxy.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/webrick/httpproxy.rb b/lib/webrick/httpproxy.rb
index 77a2ea7108..cbba2d80f7 100644
--- a/lib/webrick/httpproxy.rb
+++ b/lib/webrick/httpproxy.rb
@@ -12,8 +12,6 @@
require "webrick/httpserver"
require "net/http"
-Net::HTTP::version_1_2 if RUBY_VERSION < "1.7"
-
module WEBrick
NullReader = Object.new # :nodoc: