mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Remove unnecessary clearing signal handler
https://github.com/ruby/reline/commit/7a758e73dc
This commit is contained in:
parent
e54e99bd16
commit
95c61c8d82
1 changed files with 0 additions and 2 deletions
|
@ -340,8 +340,6 @@ class Reline::ANSI
|
|||
end
|
||||
|
||||
def self.deprep(otio)
|
||||
int_handle = Signal.trap('INT', 'IGNORE')
|
||||
Signal.trap('INT', int_handle)
|
||||
Signal.trap('WINCH', @@old_winch_handler) if @@old_winch_handler
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue