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