aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-10-16 16:56:20 +0800
committerXu Cheng2015-10-18 22:57:42 +0800
commit06806f860d12aa5a4cfd077b67cae62071755864 (patch)
tree8c6fb7c0ce5a21943fa1cb937f3c482f09d470f6 /Library
parentabfaa59e06487b4cd80c5861f6fab226572259cd (diff)
downloadbrew-06806f860d12aa5a4cfd077b67cae62071755864.tar.bz2
remove unnecessary require statements
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/bottles.rb1
-rw-r--r--Library/Homebrew/extend/ENV/std.rb1
-rw-r--r--Library/Homebrew/extend/ENV/super.rb1
-rw-r--r--Library/Homebrew/utils.rb1
4 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 262c01ccd..7acf712ee 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -1,5 +1,4 @@
require "tab"
-require "os/mac"
require "extend/ARGV"
def built_as_bottle?(f)
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb
index fef991540..615e7b580 100644
--- a/Library/Homebrew/extend/ENV/std.rb
+++ b/Library/Homebrew/extend/ENV/std.rb
@@ -1,5 +1,4 @@
require "hardware"
-require "os/mac"
require "extend/ENV/shared"
# @deprecated
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 5216b579c..601409ab2 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -1,4 +1,3 @@
-require "os/mac"
require "extend/ENV/shared"
# ### Why `superenv`?
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 2fba312d6..ee101b7c3 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -1,6 +1,5 @@
require "pathname"
require "exceptions"
-require "os/mac"
require "utils/json"
require "utils/inreplace"
require "utils/popen"