From 4998f0d87c743bc6788a7474e6e3f17d30532674 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Tue, 2 Nov 2021 16:00:54 -0400 Subject: [PATCH] Remove unused 'using' declarations --- Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm | 1 - Firestore/Source/API/FSTFirestoreComponent.mm | 1 - 2 files changed, 2 deletions(-) diff --git a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm index a7eeda5a671..cbeeb4e161a 100644 --- a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm +++ b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm @@ -55,7 +55,6 @@ namespace util = firebase::firestore::util; using firebase::firestore::core::DatabaseInfo; -using firebase::firestore::credentials::AuthToken; using firebase::firestore::credentials::CredentialChangeListener; using firebase::firestore::credentials::EmptyAuthCredentialsProvider; using firebase::firestore::credentials::EmptyAppCheckCredentialsProvider; diff --git a/Firestore/Source/API/FSTFirestoreComponent.mm b/Firestore/Source/API/FSTFirestoreComponent.mm index 430072e2d9d..f69eab19965 100644 --- a/Firestore/Source/API/FSTFirestoreComponent.mm +++ b/Firestore/Source/API/FSTFirestoreComponent.mm @@ -38,7 +38,6 @@ #include "Firestore/core/src/util/hard_assert.h" #include "absl/memory/memory.h" -using firebase::firestore::credentials::CredentialsProvider; using firebase::firestore::credentials::FirebaseAppCheckCredentialsProvider; using firebase::firestore::credentials::FirebaseAuthCredentialsProvider; using firebase::firestore::remote::FirebaseMetadataProviderApple;