Skip to content

Commit 4b19179

Browse files
committed
Remove uneeded subscriptions set
1 parent 664b8cf commit 4b19179

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Address Edit/CountrySelectorViewModel.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ final class CountrySelectorViewModel: FilterListSelectorViewModelable, Observabl
2727
///
2828
let filterPlaceholder = Localization.placeholder
2929

30-
/// Subscriptions store
31-
///
32-
private var subscriptions = Set<AnyCancellable>()
33-
3430
init(countries: [Country], selected: Binding<Country?>) {
3531
self.command = CountrySelectorCommand(countries: countries, selected: selected)
3632
}

0 commit comments

Comments
 (0)