summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormanga_osyo <manga.osyo@gmail.com>2019-06-29 23:51:24 +0900
committeraycabta <aycabta@gmail.com>2019-07-15 00:33:16 +0900
commit04e6b90d5be8f13344066de0d64ba11020e2c094 (patch)
tree733ed8a8bd9b105f2c17cb36020f0fed265c0d19 /lib
parent423feb53a20f323d6b7e27e132e68b70b888ffe9 (diff)
Remove unused method.
Diffstat (limited to 'lib')
-rw-r--r--lib/reline/history.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/reline/history.rb b/lib/reline/history.rb
index d988230941..155b543c19 100644
--- a/lib/reline/history.rb
+++ b/lib/reline/history.rb
@@ -53,8 +53,4 @@ class Reline::History < Array
raise IndexError.new("index=<#{index}>") if index < 0 or size <= index
index
end
-
- private def set_config(config)
- @config = config
- end
end