summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-27 14:36:25 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-27 14:36:25 +0000
commitc4ad649e070dcb1011747d30cee084520bd79a70 (patch)
tree51088441d2e336dde4c04002ace79ae933e12b70 /lib/tempfile.rb
parent3644b94b331550fb9130efb45e71e50774f1d965 (diff)
* lib/tempfile.rb: remove "require 'thread'". its features are no
longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tempfile.rb')
-rw-r--r--lib/tempfile.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index d082ab22b7..f0231bfc1b 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -6,7 +6,6 @@
require 'delegate'
require 'tmpdir'
-require 'thread'
# A utility class for managing temporary files. When you create a Tempfile
# object, it will create a temporary file with a unique filename. A Tempfile