Remove dead code
This code only existed to support very old formula syntax, which was otherwise removed in e6b97bebd99779b52462dcd387191d804fc95b93.
This commit is contained in:
parent
248891fde1
commit
a63fa4356a
@ -698,11 +698,7 @@ private
|
|||||||
@build ||= BuildOptions.new(ARGV.options_only)
|
@build ||= BuildOptions.new(ARGV.options_only)
|
||||||
end
|
end
|
||||||
|
|
||||||
def url val=nil, specs={}
|
def url val, specs={}
|
||||||
if val.nil?
|
|
||||||
return @stable.url if @stable
|
|
||||||
return @url if @url
|
|
||||||
end
|
|
||||||
@stable ||= SoftwareSpec.new
|
@stable ||= SoftwareSpec.new
|
||||||
@stable.url(val, specs)
|
@stable.url(val, specs)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user