remove PR introduced unused variable
This commit is contained in:
parent
115b1e7f06
commit
1a658f5175
|
|
@ -127,12 +127,6 @@ private void getUFCSSymbols(T, Y)(ref T localAppender, ref Y globalAppender, Sco
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
DSymbol*[] cursorSymbols = currentScope.getSymbolsInCursorScope(cursorPosition);
|
|
||||||
if (cursorSymbols.empty)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
HashSet!size_t visited;
|
HashSet!size_t visited;
|
||||||
|
|
||||||
while (currentScope !is null && currentScope.parent !is null)
|
while (currentScope !is null && currentScope.parent !is null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue