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

ruby-changes:67294

From: aycabta <ko1@a...>
Date: Sun, 29 Aug 2021 20:30:37 +0900 (JST)
Subject: [ruby-changes:67294] 1e527c8a55 (master): [ruby/reline] Remove an unnecessary variable

https://git.ruby-lang.org/ruby.git/commit/?id=1e527c8a55

From 1e527c8a55e9b3e599894e1aa0fabdc76f86aa8f Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Wed, 18 Aug 2021 19:22:27 +0900
Subject: [ruby/reline] Remove an unnecessary variable

https://github.com/ruby/reline/commit/5435c1aa3f
---
 lib/reline/line_editor.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index 8e620e5..a9badf4 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -249,7 +249,6 @@ class Reline::LineEditor https://github.com/ruby/ruby/blob/trunk/lib/reline/line_editor.rb#L249
     @drop_terminate_spaces = false
     @in_pasting = false
     @auto_indent_proc = nil
-    @with_dialog = nil
     @dialog_column = nil
     @dialog_vertical_offset = nil
     @dialog_contents = nil
-- 
cgit v1.1


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

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