Skip to content

Commit 42cb727

Browse files
committed
Remove unused usings
1 parent 57c4a91 commit 42cb727

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
// Copyright (c) Microsoft. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
using System.Text;
54
using System.Threading;
65
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Execution;
76
using Microsoft.PowerShell.EditorServices.Services.PowerShell.Host;
8-
using System;
9-
using System.Collections.Generic;
107
using System.Management.Automation;
11-
using System.Management.Automation.Language;
12-
using System.Security;
138

149
namespace Microsoft.PowerShell.EditorServices.Services.PowerShell.Console
1510
{

0 commit comments

Comments
 (0)