From f3e35474078895e1d178e15cfbfc6743f9ffc62d Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 8 Nov 2010 20:59:01 +0000 Subject: * lib/*.rb: Remove unused variable warnings. Patch by Run Paint [ruby-core:30991] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/formatters/transitive.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rexml/formatters') diff --git a/lib/rexml/formatters/transitive.rb b/lib/rexml/formatters/transitive.rb index 3a52e03f01..6cc690d922 100644 --- a/lib/rexml/formatters/transitive.rb +++ b/lib/rexml/formatters/transitive.rb @@ -37,7 +37,6 @@ module REXML # If compact and all children are text, and if the formatted output # is less than the specified width, then try to print everything on # one line - skip = false @level += @indentation node.children.each { |child| write( child, output ) -- cgit v1.2.3