aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/ENV.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index c02071c09..2ea1127c1 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -320,18 +320,6 @@ Please take one of the following actions:
end
end
- # don't use in new code
- # don't remove though, but do add to compatibility.rb
- def use_clang?
- compiler == :clang
- end
- def use_gcc?
- compiler == :gcc
- end
- def use_llvm?
- compiler == :llvm
- end
-
def make_jobs
# '-j' requires a positive integral argument
if self['HOMEBREW_MAKE_JOBS'].to_i > 0