mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Delete libSyntax
This commit is contained in:
@@ -1288,9 +1288,6 @@ SourceFile *CompilerInstance::createSourceFileForMainModule(
|
||||
auto *inputFile = new (*Context)
|
||||
SourceFile(*mod, fileKind, bufferID, opts, isPrimary);
|
||||
|
||||
if (isMainBuffer)
|
||||
inputFile->SyntaxParsingCache = Invocation.getMainFileSyntaxParsingCache();
|
||||
|
||||
return inputFile;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user