Skip to content

Commit cf1432c

Browse files
committed
remove comment
1 parent 17b1637 commit cf1432c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ final class HeartbeatStorage: Sendable, HeartbeatStorageProtocol {
5252
// MARK: - Instance Management
5353

5454
/// Statically allocated cache of `HeartbeatStorage` instances keyed by string IDs.
55-
// In Swift 6, this property is not concurrency-safe because it is
56-
// nonisolated global shared mutable state. Because this target's
57-
// deployment version does not support Swift concurrency, it is marked as
58-
// `nonisolated(unsafe)` to disable concurrency-safety checks. The
59-
// property's access is protected by an external synchronization mechanism
60-
// (see `FIRAllocatedUnfairLock` type).
6155
private static let cachedInstances: FIRAllocatedUnfairLock<
6256
[String: WeakContainer<HeartbeatStorage>]
6357
> = FIRAllocatedUnfairLock(initialState: [:])

0 commit comments

Comments
 (0)