Skip to content

Commit 4520838

Browse files
committed
Remove unused error enum.
1 parent 961d2f9 commit 4520838

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Modules/Sources/Yosemite/PointOfSale/Eligibility/POSSystemStatusService.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ private extension POSSystemStatusService {
5959
}
6060
}
6161

62-
// MARK: - Errors
63-
64-
public enum POSSystemStatusServiceError: Error {
65-
case wooCommercePluginNotFound
66-
}
67-
6862
// MARK: - Network Response Structs
6963

7064
private struct POSPluginEligibilitySystemStatus: Decodable {

0 commit comments

Comments
 (0)