Closed CalebRas closed 2 months ago
This PR removes unused declarations that were discovered by running the swift lint unused_declaration analyzer rule.
unused_declaration
After these PRs are merged, can you also add the rules to the yaml? I think they are good to have.
Description
This PR removes unused declarations that were discovered by running the swift lint
unused_declaration
analyzer rule.How To Test