[前][次][番号順一覧][スレッド一覧]

ruby-changes:59446

From: aycabta <ko1@a...>
Date: Tue, 24 Dec 2019 19:18:15 +0900 (JST)
Subject: [ruby-changes:59446] 7758849cb5 (master): Remove unused variable

https://git.ruby-lang.org/ruby.git/commit/?id=7758849cb5

From 7758849cb5432ae974f616668f9c9bab415bb18a Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Tue, 24 Dec 2019 18:39:48 +0900
Subject: Remove unused variable


diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index 010ceb9..721d50b 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -1608,7 +1608,6 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L1608
     else # show completed list
       result = call_completion_proc
       if result.is_a?(Array)
-        completion_occurs = true
         complete(result, true)
       end
     end
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]