Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c984141

Browse files
committed
[google_sign_in] Remove unused variable
1 parent e97bab3 commit c984141

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/google_sign_in/google_sign_in/ios/Classes/GoogleSignInPlugin.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ - (BOOL)setAccountRequest:(FlutterResult)request {
135135
}
136136

137137
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options {
138-
NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];
139138
return [[GIDSignIn sharedInstance] handleURL:url];
140139
}
141140

0 commit comments

Comments
 (0)