aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/Private
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2017-10-17 16:47:08 -0400
committerGravatar GitHub <noreply@github.com>2017-10-17 16:47:08 -0400
commitb561342aa69f30fbd5e66927501def426ba8337e (patch)
treec5ed1b69153441ebe63d4da2fbaddc67d1e18cc1 /Firebase/Core/Private
parentbb681a0c8e18ba5c56f2740fe5ca50ac5f30f092 (diff)
Remove unused internal function. (#383)
This isn't referenced anywhere internally or externally.
Diffstat (limited to 'Firebase/Core/Private')
-rw-r--r--Firebase/Core/Private/FIRAppInternal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Firebase/Core/Private/FIRAppInternal.h b/Firebase/Core/Private/FIRAppInternal.h
index 73f44ea..2a98268 100644
--- a/Firebase/Core/Private/FIRAppInternal.h
+++ b/Firebase/Core/Private/FIRAppInternal.h
@@ -153,12 +153,6 @@ typedef NSString *_Nullable (^FIRAppGetUIDImplementation)(void);
- (void)getTokenForcingRefresh:(BOOL)forceRefresh withCallback:(FIRTokenCallback)callback;
/**
- * Exposed for use by the Google pod. Configures the default app without sending notifications to
- * other SDKs. Otherwise, behaves exactly like +configure.
- */
-+ (void)configureWithoutSendingNotification;
-
-/**
* Expose the UID of the current user for Firestore.
*/
- (nullable NSString *)getUID;