aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTMutationQueue.h
diff options
context:
space:
mode:
authorGravatar Greg Soltis <gsoltis@google.com>2018-03-29 10:00:01 -0700
committerGravatar GitHub <noreply@github.com>2018-03-29 10:00:01 -0700
commit861ad89de920553ed4f25a4754ee986c9aec9162 (patch)
treea7b1cdded1d1b70e8d1c7359725bec8a46d42e3f /Firestore/Source/Local/FSTMutationQueue.h
parentd9b2d312d94387f337c95cb442b828a312bbf18c (diff)
Remove unused shutdown methods (#993)
* Drop mutation queue shutdown * Drop query cache shutdown * Drop remote document cache shutdown * Drop local store shutdown * drop newline
Diffstat (limited to 'Firestore/Source/Local/FSTMutationQueue.h')
-rw-r--r--Firestore/Source/Local/FSTMutationQueue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Firestore/Source/Local/FSTMutationQueue.h b/Firestore/Source/Local/FSTMutationQueue.h
index 7a43957..89b1a52 100644
--- a/Firestore/Source/Local/FSTMutationQueue.h
+++ b/Firestore/Source/Local/FSTMutationQueue.h
@@ -43,9 +43,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)start;
-/** Shuts this mutation queue down, closing open files, etc. */
-- (void)shutdown;
-
/** Returns YES if this queue contains no mutation batches. */
- (BOOL)isEmpty;