From 6064132c42ffe99e9a0d3a6ba80a7932c6f7903d 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/philos.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'sample/philos.rb') diff --git a/sample/philos.rb b/sample/philos.rb index 622e58b4bf..c38aa4a1cc 100644 --- a/sample/philos.rb +++ b/sample/philos.rb @@ -1,7 +1,6 @@ # # The Dining Philosophers - thread example # -require "thread" srand #srand -- cgit v1.2.3