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

@ -1,5 +1,4 @@
# frozen_string_literal: false
require 'thread'
# The Singleton module implements the Singleton pattern.
#