aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-02 06:19:18 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-02 06:19:18 +0000
commita2845a44f82f23bd42cb5752f5f8cecdc88bf21b (patch)
tree14ab7cacb8a31b8cf2c9f1a984fc40d92f19dab9 /lib/xmlrpc.rb
parentd8e3a924111fe46c93a7fc9c0fa00d579ff5ec1c (diff)
downloadruby-a2845a44f82f23bd42cb5752f5f8cecdc88bf21b.tar.gz
* lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.
It's not works with current Ruby version. [fix GH-1271][ruby-core:59588][Bug #9369] * lib/xmlrpc/config.rb: ditto. * lib/xmlrpc/parser.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/xmlrpc.rb')
-rw-r--r--lib/xmlrpc.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/xmlrpc.rb b/lib/xmlrpc.rb
index c581efee7c..94d93a18b9 100644
--- a/lib/xmlrpc.rb
+++ b/lib/xmlrpc.rb
@@ -56,9 +56,6 @@
# * REXML (XMLParser::REXMLStreamParser)
# * Not compiled (pure ruby)
# * See ruby standard library
-# * xml-scan (XMLParser::XMLScanStreamParser)
-# * Not compiled (pure ruby)
-# * See https://rubygems.org/gems/xmlscan
# * libxml (LibXMLStreamParser)
# * Compiled
# * See https://rubygems.org/gems/libxml-ruby/