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:
parent
42e2a322f1
commit
7758849cb5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue