Skip to content

Commit 36303b4

Browse files
authored
Remove unnecessary platform check. (#7564)
This isn't actually needed since the class won't be available on platforms it doesn't support.
1 parent cf49cba commit 36303b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ - (BOOL)configureCore {
346346
return NO;
347347
}
348348

349-
#if TARGET_OS_IOS
350349
// Initialize the Analytics once there is a valid options under default app. Analytics should
351350
// always initialize first by itself before the other SDKs.
352351
if ([self.name isEqualToString:kFIRDefaultAppName]) {
@@ -367,7 +366,6 @@ - (BOOL)configureCore {
367366
}
368367
}
369368
}
370-
#endif
371369

372370
[self subscribeForAppDidBecomeActiveNotifications];
373371

0 commit comments

Comments
 (0)