From 9ea2102e57114d4c722b90355ab8ffe197938012 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 14 Sep 2017 01:55:59 +0000 Subject: 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 --- lib/rdoc/parser/ruby.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rdoc') diff --git a/lib/rdoc/parser/ruby.rb b/lib/rdoc/parser/ruby.rb index 130eca89c7..ce5b454bd5 100644 --- a/lib/rdoc/parser/ruby.rb +++ b/lib/rdoc/parser/ruby.rb @@ -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 -- cgit v1.2.3