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
|
||||
end
|
||||
|
||||
def tarball_path
|
||||
@tarball_path ||= HOMEBREW_CACHE/"#{name}-#{resource.version}#{ext}"
|
||||
end
|
||||
|
||||
def stage
|
||||
ohai "Pouring #{tarball_path.basename}"
|
||||
super
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user