Skip to content

Commit 1d024bf

Browse files
author
Robert Holt
committed
Remove unused usings
1 parent 754a6bf commit 1d024bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Engine/CommandInfoCache.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using System;
22
using System.Collections.Concurrent;
3-
using System.Collections.Generic;
4-
using System.Linq;
53
using System.Management.Automation;
6-
using System.Threading;
7-
using System.Threading.Tasks;
4+
using System.Linq;
85

96
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer
107
{

0 commit comments

Comments
 (0)