summaryrefslogtreecommitdiff
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
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