Remove unused variable

This commit is contained in:
Jack251970 2025-04-15 13:24:41 +08:00
parent abee9ba015
commit 113bc589bd

View file

@ -15,8 +15,6 @@ namespace Flow.Launcher
{
internal partial class ReportWindow
{
private static readonly string ClassName = nameof(ReportWindow);
public ReportWindow(Exception exception)
{
InitializeComponent();