Skip to content
Snippets Groups Projects
Commit b3ed5a36 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove redundant comments

parent a6df8785
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment