swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.72k stars 1.34k forks source link

[6.0] Remove unused options from `add-product` subcommand #7697

Closed taji-taji closed 3 months ago

taji-taji commented 3 months ago

Cherry-pick of #7693

Explanation: I removed the mistakenly implemented options (url, path, checksum) that were not used in the add-product subcommand. Scope: add-product subcommand. Issue: N/A Original PR: #7693 Risk: No risk. Because it just removes unreferenced code. Testing: covered by existing tests Reviewer: @bnbarham

DougGregor commented 3 months ago

@swift-ci please test

stephentyrone commented 3 months ago

Me, skimming my email: "oooh, add-product, that sounds interesting." Me, reading the actual PR: "oh."