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
commit47d07b24b081721d49d6b57d3acd70ca396282ca (patch)
tree64302e036cecdc5c97e7c6aaaa963a1b05fd29de /Library
parentc3b163fab8d5f500e953fdd0ba12503fb8a52e78 (diff)
downloadhomebrew-47d07b24b081721d49d6b57d3acd70ca396282ca.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