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
@ -1623,7 +1623,6 @@ class RDoc::Parser::Ruby < RDoc::Parser
|
|||||||
def parse_rescue
|
def parse_rescue
|
||||||
skip_tkspace false
|
skip_tkspace false
|
||||||
|
|
||||||
nest = 0
|
|
||||||
while tk = get_tk
|
while tk = get_tk
|
||||||
case tk[:kind]
|
case tk[:kind]
|
||||||
when :on_nl, :on_semicolon, :on_comment then
|
when :on_nl, :on_semicolon, :on_comment then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user