Skip to content

Commit 56af963

Browse files
committed
Remove stale TODOs
1 parent bf06ccc commit 56af963

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)