diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-08 07:00:01 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-08 07:00:01 +0000 |
commit | 6064132c42ffe99e9a0d3a6ba80a7932c6f7903d (patch) | |
tree | 98ea21370a09a06240cd88eef3320ef565240e02 /sample/drb/old_tuplespace.rb | |
parent | 838a91633c3a50f43bcc4ccec11b41b5a102fd90 (diff) |
Remove unnecessary `require 'thread'`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/drb/old_tuplespace.rb')
-rw-r--r-- | sample/drb/old_tuplespace.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/drb/old_tuplespace.rb b/sample/drb/old_tuplespace.rb index 9c10a34527..8be1542c06 100644 --- a/sample/drb/old_tuplespace.rb +++ b/sample/drb/old_tuplespace.rb @@ -3,8 +3,6 @@ # Copyright (c) 1999-2000 Masatoshi SEKI # You can redistribute it and/or modify it under the same terms as Ruby. -require 'thread' - class TupleSpace class Template def initialize(list) |