diff --git a/Flow.Launcher.Infrastructure/Http/Http.cs b/Flow.Launcher.Infrastructure/Http/Http.cs index 22eb065f5..1bba319bd 100644 --- a/Flow.Launcher.Infrastructure/Http/Http.cs +++ b/Flow.Launcher.Infrastructure/Http/Http.cs @@ -228,7 +228,7 @@ namespace Flow.Launcher.Infrastructure.Http Log.Debug(ClassName, $"Url <{url}>"); return await client.GetStringAsync(url, token); } - catch (System.Exception e) + catch (System.Exception) { return string.Empty; } diff --git a/Flow.Launcher.Infrastructure/NativeMethods.txt b/Flow.Launcher.Infrastructure/NativeMethods.txt index 403e15504..afd94feeb 100644 --- a/Flow.Launcher.Infrastructure/NativeMethods.txt +++ b/Flow.Launcher.Infrastructure/NativeMethods.txt @@ -80,4 +80,3 @@ OpenProcess GetProcessId DuplicateTokenEx CreateProcessWithTokenW -STARTUPINFO \ No newline at end of file