From d7ada598541e3f76c6a1a9405eb0021b0b5dbc3b Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 8 Oct 2017 07:00:01 +0000 Subject: Remove unnecessary `require 'thread'` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/drb/simpletuple.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'sample/drb/simpletuple.rb') 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 = {} -- cgit v1.2.3