* 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
This commit is contained in:
hsbt 2016-03-02 06:19:18 +00:00
parent d8e3a92411
commit a2845a44f8
4 changed files with 9 additions and 75 deletions

View file

@ -14,7 +14,6 @@ module XMLRPC # :nodoc:
# === Available parsers
#
# * XMLParser::REXMLStreamParser
# * XMLParser::XMLScanStreamParser
# * XMLParser::LibXMLStreamParser
DEFAULT_PARSER = XMLParser::REXMLStreamParser