File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/PowerShellEditorServices/Services/PowerShell/Console Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ public LegacyReadLine(
3535
3636 public override string ReadLine ( CancellationToken cancellationToken )
3737 {
38- // TODO: Is inputBeforeCompletion used?
3938 string inputBeforeCompletion = null ;
4039 string inputAfterCompletion = null ;
4140 CommandCompletion currentCompletion = null ;
@@ -48,10 +47,6 @@ public override string ReadLine(CancellationToken cancellationToken)
4847 int initialCursorCol = ConsoleProxy . GetCursorLeft ( cancellationToken ) ;
4948 int initialCursorRow = ConsoleProxy . GetCursorTop ( cancellationToken ) ;
5049
51- // TODO: Are these used?
52- int initialWindowLeft = Console . WindowLeft ;
53- int initialWindowTop = Console . WindowTop ;
54-
5550 int currentCursorIndex = 0 ;
5651
5752 Console . TreatControlCAsInput = true ;
You can’t perform that action at this time.
0 commit comments