aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/extend/ENV.rb b/Library/Homebrew/extend/ENV.rb
index e59b78b3f..5d20db777 100644
--- a/Library/Homebrew/extend/ENV.rb
+++ b/Library/Homebrew/extend/ENV.rb
@@ -340,9 +340,6 @@ module HomebrewEnvExtension
# actually c-compiler, so cc would be a better name
def compiler
- # TODO seems that ENV.clang in a Formula.install should warn when called
- # if the user has set something that is tested here
-
# test for --flags first so that installs can be overridden on a per
# install basis. Then test for ENVs in inverse order to flags, this is
# sensible, trust me