Skip to content

Commit 58cae6c

Browse files
authored
Misc Objective-C cleanups (#3751)
* Clean up references to Firestore.pbrpc We're no longer using Objective-C gRPC services and this is no longer generated. * Remove no longer existing entries from xcgmock
1 parent 27e6786 commit 58cae6c

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

Firestore/Example/Tests/Util/FSTHelpers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
@class FIRGeoPoint;
4848
@class FIRTimestamp;
4949
@class FSTDocumentKeyReference;
50-
@class FSTLocalViewChanges;
5150
@class FSTUserDataConverter;
5251

5352
namespace firebase {

Firestore/Protos/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ endfunction()
113113
# omitted here.
114114
set(
115115
PROTOBUF_OBJC_GENERATED_SOURCES
116-
${OUTPUT_DIR}/objc/google/firestore/v1/Firestore.pbrpc.h
117-
${OUTPUT_DIR}/objc/google/firestore/v1/Firestore.pbrpc.m
118116
)
119117
foreach(root ${PROTO_FILE_ROOTS})
120118
get_filename_component(dir ${root} DIRECTORY)

Firestore/Source/Local/FSTLocalStore.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ class RemoteEvent;
4242
} // namespace firestore
4343
} // namespace firebase
4444

45-
@class FSTLocalViewChanges;
46-
@class FSTLocalWriteResult;
4745
@protocol FSTPersistence;
4846

4947
namespace auth = firebase::firestore::auth;

Firestore/core/test/firebase/firestore/testutil/xcgmock.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,31 +141,21 @@ OBJC_PRINT_TO(FIRTransaction);
141141
OBJC_PRINT_TO(FIRWriteBatch);
142142
OBJC_PRINT_TO(FSTArrayRemoveFieldValue);
143143
OBJC_PRINT_TO(FSTArrayUnionFieldValue);
144-
OBJC_PRINT_TO(FSTArrayValue);
145-
OBJC_PRINT_TO(FSTDelegateValue);
146144
OBJC_PRINT_TO(FSTDeleteFieldValue);
147145
OBJC_PRINT_TO(FSTDocumentKeyReference);
148-
OBJC_PRINT_TO(FSTDocumentSet);
149-
OBJC_PRINT_TO(FSTEventManager);
150146
OBJC_PRINT_TO(FSTFirestoreClient);
151147
OBJC_PRINT_TO(FSTFirestoreComponent);
152-
OBJC_PRINT_TO(FSTLRUGarbageCollector);
153148
OBJC_PRINT_TO(FSTLevelDB);
154149
OBJC_PRINT_TO(FSTLevelDBLRUDelegate);
155150
OBJC_PRINT_TO(FSTListenerRegistration);
156-
OBJC_PRINT_TO(FSTLocalDocumentsView);
157151
OBJC_PRINT_TO(FSTLocalSerializer);
158152
OBJC_PRINT_TO(FSTLocalStore);
159-
OBJC_PRINT_TO(FSTLocalViewChanges);
160-
OBJC_PRINT_TO(FSTLocalWriteResult);
161153
OBJC_PRINT_TO(FSTMemoryEagerReferenceDelegate);
162154
OBJC_PRINT_TO(FSTMemoryLRUReferenceDelegate);
163155
OBJC_PRINT_TO(FSTMemoryPersistence);
164156
OBJC_PRINT_TO(FSTNumericIncrementFieldValue);
165157
OBJC_PRINT_TO(FSTSerializerBeta);
166158
OBJC_PRINT_TO(FSTServerTimestampFieldValue);
167-
OBJC_PRINT_TO(FSTStringValue);
168-
OBJC_PRINT_TO(FSTSyncEngine);
169159
OBJC_PRINT_TO(FSTUserDataConverter);
170160

171161
#endif // FIRESTORE_CORE_TEST_FIREBASE_FIRESTORE_TESTUTIL_XCGMOCK_H_

0 commit comments

Comments
 (0)