aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTMutationQueue.h
diff options
context:
space:
mode:
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;