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:
parent
46321a9a31
commit
179b7eaa6b
3 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -711,9 +711,6 @@ EOHELP
|
|||
end
|
||||
@frames.shift
|
||||
|
||||
when 'end'
|
||||
@frames.shift
|
||||
|
||||
when 'raise'
|
||||
excn_handle(file, line, id, binding)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue