Skip to content

Commit 0f6c28f

Browse files
committed
remove unneeded local variable from GIDSignIn
1 parent 1704e7f commit 0f6c28f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GoogleSignIn/Sources/GIDSignIn.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ @implementation GIDSignIn {
186186
// Flag indicating developer's intent to use App Check.
187187
BOOL _configureAppCheckCalled;
188188
#endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
189-
// Service for performing auth state migrations.
190-
GIDAuthStateMigration *_authStateMigrationService;
191189
}
192190

193191
#pragma mark - Public methods

0 commit comments

Comments
 (0)