Skip to content

Commit 57c4a91

Browse files
committed
Remove commented out code
1 parent 56af963 commit 57c4a91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ public override string ReadLine(CancellationToken cancellationToken)
6363
int promptStartRow = initialCursorRow;
6464
int consoleWidth = Console.WindowWidth;
6565

66-
//case ConsoleKey.C when ((keyInfo.Modifiers & ConsoleModifiers.Control) != 0):
67-
// throw new PipelineStoppedException();
68-
69-
7066
switch (keyInfo.Key)
7167
{
7268
case ConsoleKey.Tab:

0 commit comments

Comments
 (0)