Skip to content

Commit a5fb09b

Browse files
author
Kapil Borle
committed
Remove unused usings
1 parent 8d401b3 commit a5fb09b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Engine/Generic/ConfigurableScriptRule.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
43
using System.Management.Automation.Language;
54
using System.Reflection;
6-
using System.Text;
7-
using System.Threading.Tasks;
85

96
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic
107
{

Engine/ScriptAnalyzer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
//
1313

1414
using System.Text.RegularExpressions;
15-
using Microsoft.Windows.PowerShell.ScriptAnalyzer.Commands;
1615
using Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic;
1716
using System;
1817
using System.Collections.Generic;

Rules/PlaceOpenBrace.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using System.Management.Automation.Language;
1919
using System.Text;
2020
using Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic;
21-
using System.Reflection;
2221

2322
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules
2423
{

0 commit comments

Comments
 (0)