diff --git a/src/ruby/reline_compat.rb b/src/ruby/reline_compat.rb index e62492c..49407de 100644 --- a/src/ruby/reline_compat.rb +++ b/src/ruby/reline_compat.rb @@ -6,12 +6,3 @@ def self.calculate_width(str, allow_escape_code = false) end end end - -module Timeout - def self.timeout(sec, klass = nil, message = nil, &block) - # possible problem - # See Reline using `Timeout.timeout` twice - yield - end -end -