1
0
Fork 0
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:
ko1 2017-09-14 01:55:59 +00:00
parent d1b290d5ba
commit 9ea2102e57

View file

@ -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