ruby-changes:47754
From: ko1 <ko1@a...>
Date: Thu, 14 Sep 2017 10:56:03 +0900 (JST)
Subject: [ruby-changes:47754] ko1:r59872 (trunk): remove an unused variable (sometimes it fails test).
ko1 2017-09-14 10:55:59 +0900 (Thu, 14 Sep 2017) New Revision: 59872 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59872 Log: remove an unused variable (sometimes it fails test). Modified files: trunk/lib/rdoc/parser/ruby.rb Index: lib/rdoc/parser/ruby.rb =================================================================== --- lib/rdoc/parser/ruby.rb (revision 59871) +++ lib/rdoc/parser/ruby.rb (revision 59872) @@ -1623,7 +1623,6 @@ class RDoc::Parser::Ruby < RDoc::Parser https://github.com/ruby/ruby/blob/trunk/lib/rdoc/parser/ruby.rb#L1623 def parse_rescue skip_tkspace false - nest = 0 while tk = get_tk case tk[:kind] when :on_nl, :on_semicolon, :on_comment then -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/