summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-14 09:01:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-14 09:01:38 +0000
commit60c7fcf03ae222f04f0ac46db76a2f8b1fcb222c (patch)
treeea71c43de913a8923595acbb7ce2b9f1b2d6f633 /lib
parentc9db11ea60413f98e23dbae4892c6612bb97645a (diff)
Get rid of warnings of test/spec
* lib/net/http/exceptions.rb: revert a part of r63590. to deprecate Net::ProtoServerError seems to be wrong. see [ruby-core:87488] [Feature#14688] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http/exceptions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net/http/exceptions.rb b/lib/net/http/exceptions.rb
index 933cd64ace..da5f7a70fc 100644
--- a/lib/net/http/exceptions.rb
+++ b/lib/net/http/exceptions.rb
@@ -30,5 +30,4 @@ end
module Net
deprecate_constant(:HTTPServerException)
- deprecate_constant(:ProtoServerError)
end