From 6ff3045a92ec2800c05abaec449935e593dbca28 Mon Sep 17 00:00:00 2001 From: Leilei Zhang Date: Tue, 27 May 2025 09:58:28 +0800 Subject: [PATCH] remove unused code --- .../ext/Microsoft.CmdPal.Ext.Apps/AllAppsCommandProvider.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/AllAppsCommandProvider.cs b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/AllAppsCommandProvider.cs index e5aee968d8..be245bb48a 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/AllAppsCommandProvider.cs +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Apps/AllAppsCommandProvider.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. using System.Linq; -using System.Threading; using Microsoft.CmdPal.Ext.Apps.Properties; using Microsoft.CommandPalette.Extensions; using Microsoft.CommandPalette.Extensions.Toolkit;