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-12-24 18:39:48 +09:00
parent 42e2a322f1
commit 7758849cb5

View file

@ -1608,7 +1608,6 @@ class Reline::LineEditor
else # show completed list
result = call_completion_proc
if result.is_a?(Array)
completion_occurs = true
complete(result, true)
end
end