aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
-rw-r--r--Library/Homebrew/cmd/fetch.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb
index f42f140a5..f92ef03b2 100644
--- a/Library/Homebrew/cmd/fetch.rb
+++ b/Library/Homebrew/cmd/fetch.rb
@@ -106,7 +106,6 @@ module Homebrew
false
end
end
- private_class_method :retry_fetch?
def fetch_fetchable(f)
f.clear_cache if ARGV.force?
@@ -127,5 +126,4 @@ module Homebrew
f.verify_download_integrity(download)
end
- private_class_method :fetch_fetchable
end