Skip to content

Commit c416024

Browse files
committed
removed unsued class properties from function visitor
1 parent 8d72e12 commit c416024

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PowerShellEditorServices/Services/PowerShell/Refactoring/IterativeFunctionVistor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ internal class IterativeFunctionRename
1212
{
1313
private readonly string OldName;
1414
private readonly string NewName;
15-
internal Queue<Ast> queue = new();
16-
internal bool ShouldRename;
1715
public List<TextChange> Modifications = new();
1816
internal int StartLineNumber;
1917
internal int StartColumnNumber;

0 commit comments

Comments
 (0)