Skip to content

Commit 970a015

Browse files
committed
Remove unused code
1 parent 330a2d4 commit 970a015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/WooCommerceTests/POS/Mocks/MockPOSCatalogSyncCoordinator.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ final class MockPOSCatalogSyncCoordinator: POSCatalogSyncCoordinatorProtocol {
1010
true
1111
}
1212

13-
private var continuation: CheckedContinuation<Void, Never>?
1413
var onPerformFullSyncCalled: ((_ continuation: CheckedContinuation<Void, Never>) -> Void)? = nil
1514

1615
func performFullSync(for siteID: Int64) async throws {

0 commit comments

Comments
 (0)