1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove unnecessary require 'thread'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-10-08 07:00:01 +00:00
parent 838a91633c
commit 6064132c42
47 changed files with 2 additions and 65 deletions

View file

@ -10,8 +10,6 @@
#
#
require "forwardable"
require "thread"
require "sync"
class Shell