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
# 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

View File

@ -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