aboutsummaryrefslogtreecommitdiffstats
path: root/sample/drb/simpletuple.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 07:00:01 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 07:00:01 +0000
commitd7ada598541e3f76c6a1a9405eb0021b0b5dbc3b (patch)
tree98ea21370a09a06240cd88eef3320ef565240e02 /sample/drb/simpletuple.rb
parent99fd3ceeaea2b816858d07e30dd4446683502135 (diff)
downloadruby-d7ada598541e3f76c6a1a9405eb0021b0b5dbc3b.tar.gz
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/simpletuple.rb')
-rw-r--r--sample/drb/simpletuple.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/sample/drb/simpletuple.rb b/sample/drb/simpletuple.rb
index bfbd86e665..4bb4b1cff9 100644
--- a/sample/drb/simpletuple.rb
+++ b/sample/drb/simpletuple.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 SimpleTupleSpace
def initialize
@hash = {}