Remove redundant comments

This commit is contained in:
Jack Nagel 2014-10-10 20:30:29 -05:00
parent a6df8785d8
commit b3ed5a367d
2 changed files with 0 additions and 3 deletions

View File

@ -473,12 +473,10 @@ class Formula
end end
# For brew-fetch and others.
def fetch def fetch
active_spec.fetch active_spec.fetch
end end
# For FormulaInstaller.
def verify_download_integrity fn def verify_download_integrity fn
active_spec.verify_download_integrity(fn) active_spec.verify_download_integrity(fn)
end end

View File

@ -77,7 +77,6 @@ class Resource
Partial.new(self, files) Partial.new(self, files)
end end
# For brew-fetch and others.
def fetch def fetch
# Ensure the cache exists # Ensure the cache exists
HOMEBREW_CACHE.mkpath HOMEBREW_CACHE.mkpath