remove PR introduced unused variable

This commit is contained in:
WebFreak001 2023-03-16 15:51:51 +01:00 committed by Jan Jurzitza
parent c196130c78
commit 24f67f3b63
1 changed files with 0 additions and 6 deletions

View File

@ -127,12 +127,6 @@ private void getUFCSSymbols(T, Y)(ref T localAppender, ref Y globalAppender, Sco
return;
}
DSymbol*[] cursorSymbols = currentScope.getSymbolsInCursorScope(cursorPosition);
if (cursorSymbols.empty)
{
return;
}
HashSet!size_t visited;
while (currentScope !is null && currentScope.parent !is null)