Skip to content

Commit ee3af49

Browse files
committed
Remove unused usings
1 parent 37e85fe commit ee3af49

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/PowerShellEditorServices/Services/PowerShell/Console/LegacyReadLine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Debugging;
54
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Execution;
65
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Host;
76
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Utility;

src/PowerShellEditorServices/Services/PowerShell/Console/PsrlReadLine.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Execution;
55
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Host;
6-
using System.Collections.Generic;
76
using System.Management.Automation;
8-
using System.Management.Automation.Language;
9-
using System.Security;
10-
using System.Text;
117
using System.Threading;
128

139
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console

0 commit comments

Comments
 (0)