Skip to content
Snippets Groups Projects
Commit a63fa435 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove dead code

This code only existed to support very old formula syntax, which was
otherwise removed in e6b97bebd99779b52462dcd387191d804fc95b93.
parent 248891fd
No related branches found
No related tags found
No related merge requests found
......@@ -698,11 +698,7 @@ private
@build ||= BuildOptions.new(ARGV.options_only)
end
def url val=nil, specs={}
if val.nil?
return @stable.url if @stable
return @url if @url
end
def url val, specs={}
@stable ||= SoftwareSpec.new
@stable.url(val, specs)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment