From 113bc589bda874eeba207d867032d0465cd12e43 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 15 Apr 2025 13:24:41 +0800 Subject: [PATCH] Remove unused variable --- Flow.Launcher/ReportWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Flow.Launcher/ReportWindow.xaml.cs b/Flow.Launcher/ReportWindow.xaml.cs index 0ab785a17..24801cf52 100644 --- a/Flow.Launcher/ReportWindow.xaml.cs +++ b/Flow.Launcher/ReportWindow.xaml.cs @@ -15,8 +15,6 @@ namespace Flow.Launcher { internal partial class ReportWindow { - private static readonly string ClassName = nameof(ReportWindow); - public ReportWindow(Exception exception) { InitializeComponent();