1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
mame 2008-10-01 13:55:08 +00:00
parent 46321a9a31
commit 179b7eaa6b
3 changed files with 5 additions and 5 deletions

View file

@ -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