aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTNoOpGarbageCollector.h
diff options
context:
space:
mode:
authorGravatar zxu <zxu@google.com>2018-03-23 17:52:01 -0400
committerGravatar GitHub <noreply@github.com>2018-03-23 17:52:01 -0400
commit0ccfd6a3dc77fb733626bc8911b5925ad9475c2e (patch)
treee3d443c4cd7410e09250999dbe0bda07df84d698 /Firestore/Source/Local/FSTNoOpGarbageCollector.h
parent6a61d83854fa7f0cc5898ee50c65169583a5b69c (diff)
port C++ `DocumentKey` to `Local/*` (#963)
* port C++ DocumentKey to Local's * address changes
Diffstat (limited to 'Firestore/Source/Local/FSTNoOpGarbageCollector.h')
-rw-r--r--Firestore/Source/Local/FSTNoOpGarbageCollector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Firestore/Source/Local/FSTNoOpGarbageCollector.h b/Firestore/Source/Local/FSTNoOpGarbageCollector.h
index c9b5862..f58c5a0 100644
--- a/Firestore/Source/Local/FSTNoOpGarbageCollector.h
+++ b/Firestore/Source/Local/FSTNoOpGarbageCollector.h
@@ -18,8 +18,6 @@
#import "Firestore/Source/Local/FSTGarbageCollector.h"
-@class FSTDocumentKey;
-
NS_ASSUME_NONNULL_BEGIN
/**