From b561342aa69f30fbd5e66927501def426ba8337e Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 17 Oct 2017 16:47:08 -0400 Subject: Remove unused internal function. (#383) This isn't referenced anywhere internally or externally. --- Firebase/Core/Private/FIRAppInternal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Firebase/Core/Private/FIRAppInternal.h') 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 @@ -152,12 +152,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. */ -- cgit v1.2.3