summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 01:55:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 01:55:59 +0000
commit9ea2102e57114d4c722b90355ab8ffe197938012 (patch)
tree29138f25ab0267b2f0fb43b3c39011a919839266 /lib/rdoc
parentd1b290d5ba8ef97beb1707dcf30665cb6bc43c16 (diff)
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
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/parser/ruby.rb1
1 files changed, 0 insertions, 1 deletions
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