diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-01 13:55:08 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-01 13:55:08 +0000 |
commit | 179b7eaa6b377c97f006342dbbadf3310cc2c3d3 (patch) | |
tree | 13ddc8d73c6ebb940edca707458689ce2f12851e /lib/debug.rb | |
parent | 46321a9a313d934d23949ccecaa358c1761fd93c (diff) |
* 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
Diffstat (limited to 'lib/debug.rb')
-rw-r--r-- | lib/debug.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/debug.rb b/lib/debug.rb index 8a2f4f1a12..77be345a07 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -711,9 +711,6 @@ EOHELP end @frames.shift - when 'end' - @frames.shift - when 'raise' excn_handle(file, line, id, binding) |