File tree 1 file changed +0
-5
lines changed
src/PowerShellEditorServices/Services/PowerShell/Console
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ public LegacyReadLine(
35
35
36
36
public override string ReadLine ( CancellationToken cancellationToken )
37
37
{
38
- // TODO: Is inputBeforeCompletion used?
39
38
string inputBeforeCompletion = null ;
40
39
string inputAfterCompletion = null ;
41
40
CommandCompletion currentCompletion = null ;
@@ -48,10 +47,6 @@ public override string ReadLine(CancellationToken cancellationToken)
48
47
int initialCursorCol = ConsoleProxy . GetCursorLeft ( cancellationToken ) ;
49
48
int initialCursorRow = ConsoleProxy . GetCursorTop ( cancellationToken ) ;
50
49
51
- // TODO: Are these used?
52
- int initialWindowLeft = Console . WindowLeft ;
53
- int initialWindowTop = Console . WindowTop ;
54
-
55
50
int currentCursorIndex = 0 ;
56
51
57
52
Console . TreatControlCAsInput = true ;
You can’t perform that action at this time.
0 commit comments