1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rdoc/*.rb: Remove unused variable warnings.

Patch by Run Paint [ruby-core:30991]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2010-11-08 20:58:28 +00:00
parent ec67ee3387
commit 571ed8655f
7 changed files with 6 additions and 10 deletions

View file

@ -452,7 +452,8 @@ class RDoc::Parser::Ruby < RDoc::Parser
def parse_attr_accessor(context, single, tk, comment)
args = parse_symbol_arg
read = get_tkread
get_tkread
rw = "?"
# TODO If nodoc is given, don't document any of them
@ -758,7 +759,8 @@ class RDoc::Parser::Ruby < RDoc::Parser
def parse_meta_attr(context, single, tk, comment)
args = parse_symbol_arg
read = get_tkread
get_tkread
rw = "?"
# If nodoc is given, don't document any of them