Remove dead code
This method is identical to the superclass implementation.
This commit is contained in:
parent
44fcb24606
commit
598e7010f9
@ -288,10 +288,6 @@ class CurlBottleDownloadStrategy < CurlDownloadStrategy
|
|||||||
@url = "#{@url}?use_mirror=#{mirror}" if mirror
|
@url = "#{@url}?use_mirror=#{mirror}" if mirror
|
||||||
end
|
end
|
||||||
|
|
||||||
def tarball_path
|
|
||||||
@tarball_path ||= HOMEBREW_CACHE/"#{name}-#{resource.version}#{ext}"
|
|
||||||
end
|
|
||||||
|
|
||||||
def stage
|
def stage
|
||||||
ohai "Pouring #{tarball_path.basename}"
|
ohai "Pouring #{tarball_path.basename}"
|
||||||
super
|
super
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user