Skip to content

Commit d6910c4

Browse files
Refactor dispatch_sync for conciseness
1 parent 74a0515 commit d6910c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FirebaseRemoteConfig/Sources/RCNConfigDBManager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,6 @@ - (void)waitForDatabaseOperationQueue {
12381238
// (including the createOrOpenDatabase setup block) execute and complete before this method
12391239
// returns.
12401240
dispatch_sync(_databaseOperationQueue, ^{
1241-
// Empty block forces synchronization.
12421241
});
12431242
}
12441243

0 commit comments

Comments
 (0)