mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove an unused variable (sometimes it fails test).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1b290d5ba
commit
9ea2102e57
1 changed files with 0 additions and 1 deletions
|
@ -1623,7 +1623,6 @@ class RDoc::Parser::Ruby < RDoc::Parser
|
|||
def parse_rescue
|
||||
skip_tkspace false
|
||||
|
||||
nest = 0
|
||||
while tk = get_tk
|
||||
case tk[:kind]
|
||||
when :on_nl, :on_semicolon, :on_comment then
|
||||
|
|
Loading…
Reference in a new issue