From 569172765302d6b60a64e6499ba95973cd756ea3 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 21 Feb 2014 01:53:38 +0000 Subject: * test/monitor/test_monitor.rb: remove unused variabels. * test/resolv/test_dns.rb: ditto. * test/rexml/test_functions.rb: ditto. * test/rss/test_setup_maker_itunes.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/test_functions.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/rexml') diff --git a/test/rexml/test_functions.rb b/test/rexml/test_functions.rb index 082d772e23..2b14e0a6ad 100644 --- a/test/rexml/test_functions.rb +++ b/test/rexml/test_functions.rb @@ -83,7 +83,6 @@ class FunctionsTester < Test::Unit::TestCase # examples from http://www.w3.org/TR/xpath#function-substring doc = Document.new('') - d = Document.new("") #puts XPath.first(d, 'node()[0 + 1]') #d = Document.new("") #puts XPath.first(d, 'a[0 mod 0]') -- cgit v1.2.3