Skip to content

Commit 59c1a05

Browse files
nobutmm1
authored andcommitted
timeout.rb: unused attribute
* lib/timeout.rb (Timeout::ExitException): remove unused attribute, klass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent b8eacbe commit 59c1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module Timeout
2626
class Error < RuntimeError
2727
end
2828
class ExitException < ::Exception # :nodoc:
29-
attr_reader :klass, :thread
29+
attr_reader :thread
3030

3131
def self.catch
3232
exc = new

0 commit comments

Comments
 (0)