aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/formatters/transitive.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/formatters/transitive.rb')
-rw-r--r--lib/rexml/formatters/transitive.rb1
1 files changed, 0 insertions, 1 deletions
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 )