Remove redundant comments
This commit is contained in:
parent
a6df8785d8
commit
b3ed5a367d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user