aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-13 18:58:47 -0500
committerJack Nagel2013-06-14 10:34:20 -0500
commite73f869d8427e093a536cf10c38ec714264245d3 (patch)
treec3406f8a4a321a48c822d9ff80c5f3bc140bf748 /Library
parent381255adecbbd16fca0d2ae1b52330a254bfae76 (diff)
downloadbrew-e73f869d8427e093a536cf10c38ec714264245d3.tar.bz2
Remove outdated comment
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