aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/history.rb')
-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