diff options
| author | Xu Cheng | 2015-10-16 16:56:20 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-10-18 22:57:42 +0800 |
| commit | 06806f860d12aa5a4cfd077b67cae62071755864 (patch) | |
| tree | 8c6fb7c0ce5a21943fa1cb937f3c482f09d470f6 /Library | |
| parent | abfaa59e06487b4cd80c5861f6fab226572259cd (diff) | |
| download | brew-06806f860d12aa5a4cfd077b67cae62071755864.tar.bz2 | |
remove unnecessary require statements
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ENV/std.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/extend/ENV/super.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/utils.rb | 1 |
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" |
