* 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

@ -1,3 +1,8 @@
Wed Oct 1 22:54:09 2008 Yusuke Endoh <mame@tsg.ne.jp>
* lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when
clauses.
Wed Oct 1 22:43:59 2008 Yusuke Endoh <mame@tsg.ne.jp>
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,

View File

@ -711,9 +711,6 @@ EOHELP
end
@frames.shift
when 'end'
@frames.shift
when 'raise'
excn_handle(file, line, id, binding)

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