Revert "Backport mutex"

This reverts commit 9b02afb20c.
This commit is contained in:
Max Goedjen
2025-01-05 16:27:41 -08:00
parent 9b02afb20c
commit bab76da2ab
9 changed files with 15 additions and 60 deletions

View File

@@ -5,7 +5,6 @@ import SecretKit
import SecretAgentKit
import Brief
import Synchronization
import Backports
final class Notifier: Sendable {
@@ -152,7 +151,7 @@ final class NotificationDelegate: NSObject, UNUserNotificationCenterDelegate, Se
fileprivate var pendingPersistableSecrets: [String: AnySecret] = [:]
}
fileprivate let state: _Mutex<State> = .init(.init())
fileprivate let state: Mutex<State> = .init(.init())
func userNotificationCenter(_ center: UNUserNotificationCenter, openSettingsFor notification: UNNotification?) {