* 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
This commit is contained in:
hsbt 2014-08-08 05:34:48 +00:00
parent 259cd9de25
commit 67b5e1084b
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Aug 8 14:33:49 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/webrick/httpproxy.rb: remove needless condition
for old ruby version.
Fri Aug 8 01:07:10 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (parser_yylex): fix invalid char in eval, should raise

View File

@ -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: