aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
-rw-r--r--Library/Homebrew/resource.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 840d4937d..c0fb1d3e6 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -473,12 +473,10 @@ class Formula
end
- # For brew-fetch and others.
def fetch
active_spec.fetch
end
- # For FormulaInstaller.
def verify_download_integrity fn
active_spec.verify_download_integrity(fn)
end
diff --git a/Library/Homebrew/resource.rb b/Library/Homebrew/resource.rb
index 97dcdf976..0866fa622 100644
--- a/Library/Homebrew/resource.rb
+++ b/Library/Homebrew/resource.rb
@@ -77,7 +77,6 @@ class Resource
Partial.new(self, files)
end
- # For brew-fetch and others.
def fetch
# Ensure the cache exists
HOMEBREW_CACHE.mkpath