remove PR introduced unused variable

This commit is contained in:
WebFreak001 2023-03-16 15:51:51 +01:00
parent 115b1e7f06
commit 1a658f5175
No known key found for this signature in database
GPG Key ID: AEFC88D11109D1AA
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)