aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cleanup.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-10-21 19:43:35 +0200
committerMarkus Reiter2017-10-24 19:39:40 +0200
commitb63a5cbd4bfb3d8c50c1b57e141f40e2d855faf9 (patch)
treee94322699c08ebd5f7c049fdc3e110bceb7dbad7 /Library/Homebrew/cleanup.rb
parent8821cdc492bd3d7228962260208bcff25f2a808e (diff)
downloadbrew-b63a5cbd4bfb3d8c50c1b57e141f40e2d855faf9.tar.bz2
Don't `require "thread"`.
Diffstat (limited to 'Library/Homebrew/cleanup.rb')
-rw-r--r--Library/Homebrew/cleanup.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cleanup.rb b/Library/Homebrew/cleanup.rb
index 340161204..960bcb8b7 100644
--- a/Library/Homebrew/cleanup.rb
+++ b/Library/Homebrew/cleanup.rb
@@ -1,6 +1,5 @@
require "utils/bottles"
require "formula"
-require "thread"
module Homebrew
module Cleanup