Remove other call to GC
This commit is contained in:
parent
c58e947063
commit
ff4168df6b
|
|
@ -184,7 +184,6 @@ int main(string[] args)
|
||||||
if (request.kind & RequestKind.addImport)
|
if (request.kind & RequestKind.addImport)
|
||||||
{
|
{
|
||||||
ModuleCache.addImportPaths(request.importPaths);
|
ModuleCache.addImportPaths(request.importPaths);
|
||||||
GC.minimize();
|
|
||||||
}
|
}
|
||||||
if (request.kind & RequestKind.autocomplete)
|
if (request.kind & RequestKind.autocomplete)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue