lib/rdoc/markup/parser.rb: remove a unused variable initialization

This commit is contained in:
Yusuke Endoh 2019-08-19 09:45:41 +09:00
Родитель 4c13368972
Коммит bc1e2271af
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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