mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
lib/rdoc/markup/parser.rb: remove a unused variable initialization
This commit is contained in:
parent
4c13368972
commit
bc1e2271af
1 changed files with 0 additions and 1 deletions
|
@ -423,7 +423,6 @@ class RDoc::Markup::Parser
|
|||
end
|
||||
|
||||
def scan(re)
|
||||
prev_pos = @s.pos
|
||||
ret = @s.scan(re)
|
||||
@column += ret.length if ret
|
||||
ret
|
||||
|
|
Loading…
Reference in a new issue