From e2841e8d8968d4dd0288d20c51032132f29cceec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bispo?= Date: Mon, 24 Jul 2023 10:47:37 +0100 Subject: [PATCH] [PM-2297] remove unnecessary using --- src/iOS.Autofill/CredentialProviderViewController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iOS.Autofill/CredentialProviderViewController.cs b/src/iOS.Autofill/CredentialProviderViewController.cs index ab77da33f..ed0ae3ec4 100644 --- a/src/iOS.Autofill/CredentialProviderViewController.cs +++ b/src/iOS.Autofill/CredentialProviderViewController.cs @@ -17,7 +17,6 @@ using CoreFoundation; using CoreNFC; using Foundation; using UIKit; -using Xamarin.Essentials; using Xamarin.Forms; using Xamarin.Forms.Platform.iOS;