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

Remove unused variable

This commit is contained in:
aycabta 2019-10-17 16:54:06 +09:00
parent 60a0c20cb6
commit 41457dcbe0

View file

@ -61,7 +61,6 @@ class Reline::LineEditor
end
private def check_multiline_prompt(buffer, prompt)
special_prompt = nil
if @vi_arg
prompt = "(arg: #{@vi_arg}) "
@rerender_all = true