diff options
| author | aycabta <aycabta@gmail.com> | 2021-08-18 19:22:27 +0900 |
|---|---|---|
| committer | aycabta <aycabta@gmail.com> | 2021-08-29 20:30:32 +0900 |
| commit | 1e527c8a55e9b3e599894e1aa0fabdc76f86aa8f (patch) | |
| tree | 86f5073d16fdb2ff86273cf56fa72fc48a7b39a9 /lib | |
| parent | fb0fc201963c5e70e62b72e0ac9e27dc39e0f5ec (diff) | |
[ruby/reline] Remove an unnecessary variable
https://github.com/ruby/reline/commit/5435c1aa3f
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/reline/line_editor.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index 8e620e511e..a9badf4845 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -249,7 +249,6 @@ class Reline::LineEditor @drop_terminate_spaces = false @in_pasting = false @auto_indent_proc = nil - @with_dialog = nil @dialog_column = nil @dialog_vertical_offset = nil @dialog_contents = nil |
