aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index f592d59da..32bee69cc 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -97,15 +97,6 @@ private
end
end
-class HttpDownloadStrategy <CurlDownloadStrategy
- def initialize url, name, version, specs
- opoo "HttpDownloadStrategy is deprecated"
- puts "Please use CurlDownloadStrategy in future"
- puts "HttpDownloadStrategy will be removed in version 0.5"
- super url, name, version, specs
- end
-end
-
# Use this strategy to download but not unzip a file.
# Useful for installing jars.
class NoUnzipCurlDownloadStrategy <CurlDownloadStrategy