Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
31 stars 9 forks source link

[Fix] Remove unused declarations #490

Closed CalebRas closed 2 months ago

CalebRas commented 2 months ago

Description

This PR removes unused declarations that were discovered by running the swift lint unused_declaration analyzer rule.

How To Test

yo1995 commented 2 months ago

After these PRs are merged, can you also add the rules to the yaml? I think they are good to have.