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
commitc3ce42dcff09043df4aeb56919f6b3dd9352fa71 (patch)
tree14ab7cacb8a31b8cf2c9f1a984fc40d92f19dab9 /lib/xmlrpc.rb
parent03a3af13e9cb896925bb1ce789f040c65e473d6d (diff)
downloadruby-c3ce42dcff09043df4aeb56919f6b3dd9352fa71.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/