From 158cab6e079e08c1213a6ee4e6a5871703aeb17d Mon Sep 17 00:00:00 2001 From: Zeeshan Mian Date: Mon, 12 Feb 2024 22:01:10 +1100 Subject: [PATCH] lint --- Sources/Xcore/Swift/Components/SelectionType.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Xcore/Swift/Components/SelectionType.swift b/Sources/Xcore/Swift/Components/SelectionType.swift index 3a5fe12a6..27c5b908c 100644 --- a/Sources/Xcore/Swift/Components/SelectionType.swift +++ b/Sources/Xcore/Swift/Components/SelectionType.swift @@ -20,10 +20,6 @@ public enum SelectionType { } } -// MARK: - Sendable - -extension SelectionType: Sendable where Value: Sendable {} - // MARK: - Equatable extension SelectionType: Equatable where Value: Equatable {