From cb93174bf5bb94a89a55f873adc366c6c5c11a6a Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Fri, 6 Jan 2023 10:29:14 +0100 Subject: [PATCH] chore(app): Remove unused local variable --- Mastodon/Supporting Files/SceneDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mastodon/Supporting Files/SceneDelegate.swift b/Mastodon/Supporting Files/SceneDelegate.swift index 382755c77..a6eb3faca 100644 --- a/Mastodon/Supporting Files/SceneDelegate.swift +++ b/Mastodon/Supporting Files/SceneDelegate.swift @@ -251,7 +251,6 @@ extension SceneDelegate { case "profile": let components = url.pathComponents if components.count == 2 && components[0] == "/" { - let addr = components[1] if let authContext = coordinator?.authContext { let profileViewModel = RemoteProfileViewModel( context: AppContext.shared,