Remove other call to GC

This commit is contained in:
Hackerpilot 2015-06-07 17:13:49 -07:00
parent c58e947063
commit ff4168df6b
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ int main(string[] args)
if (request.kind & RequestKind.addImport)
{
ModuleCache.addImportPaths(request.importPaths);
GC.minimize();
}
if (request.kind & RequestKind.autocomplete)
{