remove PR introduced unused variable
This commit is contained in:
parent
c196130c78
commit
24f67f3b63
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue