aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-03 16:32:41 -0400
committerGravatar Gil <mcg@google.com>2018-05-03 13:32:41 -0700
commitfeaf9cb3cb89a218e8a032bbc5edde9980a73036 (patch)
treeb334f3ca94ac1027b01032e2905e5cb83810634b /Firestore/Source
parent66f2ce4c39051bcffaae4054702c1d87a97c8973 (diff)
Fix Firestore style issue. (#1220)
Diffstat (limited to 'Firestore/Source')
-rw-r--r--Firestore/Source/Core/FSTFirestoreClient.mm1
1 files changed, 0 insertions, 1 deletions
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];