aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-04-05 14:41:13 -0500
committerJack Nagel2013-04-05 14:41:14 -0500
commit62d25f9c8bb8f0471394bc6dad5d82abb163e1cb (patch)
tree214f7087589f4079f1e3a35eacbfad8750cb1ed1 /Library/Homebrew
parentdda22a356271c0b9656619ee6688ecd958adc5ed (diff)
downloadbrew-62d25f9c8bb8f0471394bc6dad5d82abb163e1cb.tar.bz2
Remove obsolete comment about download_strategy
The canonical way to select a custom download strategy is to pass :using => StrategyClass as an argument to the url DSL method.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 2dc7d500c..16fbbce50 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -173,8 +173,6 @@ class Formula
def opt_prefix; HOMEBREW_PREFIX/:opt/name end
- # Use the @active_spec to detect the download strategy.
- # Can be overriden to force a custom download strategy
def download_strategy
@active_spec.download_strategy
end