From feaf9cb3cb89a218e8a032bbc5edde9980a73036 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Thu, 3 May 2018 16:32:41 -0400 Subject: Fix Firestore style issue. (#1220) --- Firestore/Source/Core/FSTFirestoreClient.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'Firestore/Source') diff --git a/Firestore/Source/Core/FSTFirestoreClient.mm b/Firestore/Source/Core/FSTFirestoreClient.mm index 4f1a20b..f1b4ffd 100644 --- a/Firestore/Source/Core/FSTFirestoreClient.mm +++ b/Firestore/Source/Core/FSTFirestoreClient.mm @@ -311,7 +311,6 @@ NS_ASSUME_NONNULL_BEGIN completion:(void (^)(FIRQuerySnapshot *_Nullable query, NSError *_Nullable error))completion { [self.workerDispatchQueue dispatchAsync:^{ - FSTDocumentDictionary *docs = [self.localStore executeQuery:query.query]; FSTDocumentKeySet *remoteKeys = [FSTDocumentKeySet keySet]; -- cgit v1.2.3