From 179b7eaa6b377c97f006342dbbadf3310cc2c3d3 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 1 Oct 2008 13:55:08 +0000 Subject: * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when clauses. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/parsers/lightparser.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rexml') diff --git a/lib/rexml/parsers/lightparser.rb b/lib/rexml/parsers/lightparser.rb index 6993aba254..ca9692c449 100644 --- a/lib/rexml/parsers/lightparser.rb +++ b/lib/rexml/parsers/lightparser.rb @@ -26,8 +26,6 @@ module REXML case event[0] when :end_document break - when :end_doctype - context = context[1] when :start_element, :start_doctype new_node = event context << new_node -- cgit v1.2.3