aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/config.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-02 06:12:51 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-02 06:12:51 +0000
commit03a3af13e9cb896925bb1ce789f040c65e473d6d (patch)
tree09c0ebf4919d781e4c09854d48f71d9c69186459 /lib/xmlrpc/config.rb
parent05fc63aeaf358fbf3083a1f68eff5478b5d6fe98 (diff)
downloadruby-03a3af13e9cb896925bb1ce789f040c65e473d6d.tar.gz
* lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.
Required gem of its parser didn't compile on newer Ruby versions. [fix GH-1271][ruby-core:59590][Bug #9370] * lib/xmlrpc/config.rb: ditto. * lib/xmlrpc/parser.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/xmlrpc/config.rb')
-rw-r--r--lib/xmlrpc/config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xmlrpc/config.rb b/lib/xmlrpc/config.rb
index 4550311f90..8c6ffc68ef 100644
--- a/lib/xmlrpc/config.rb
+++ b/lib/xmlrpc/config.rb
@@ -13,8 +13,6 @@ module XMLRPC # :nodoc:
# === Available parsers
#
- # * XMLParser::XMLTreeParser
- # * XMLParser::XMLStreamParser (fastest)
# * XMLParser::REXMLStreamParser
# * XMLParser::XMLScanStreamParser
# * XMLParser::LibXMLStreamParser