Skip to content

Commit 8486c3a

Browse files
committed
Remove DispatchGroup
1 parent 93a3104 commit 8486c3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/ATProtoKit/Utilities/ATRecordProtocol.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ public actor ATRecordTypeRegistry {
144144
/// - Warning: Don't touch this property; this should only be used for ``ATProtoKit``.
145145
public static var areBlueskyRecordsRegistered = false
146146

147-
/// Global dispatch group to signal when registration is complete.
148-
public static let registrationGroup = DispatchGroup()
149-
150147
/// Tracks whether the registry is currently being modified.
151148
private var isUpdating = false
152149

0 commit comments

Comments
 (0)