Skip to content

Commit 323495f

Browse files
authored
Merge pull request #6455 from modocache/ast
2 parents ab06ff1 + 52be53b commit 323495f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/NameBinding.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,6 @@ void swift::performNameBinding(SourceFile &SF, unsigned StartElem) {
342342

343343
SF.addImports(ImportedModules);
344344

345-
// FIXME: This algorithm has quadratic memory usage. (In practice,
346-
// import statements after the first "chunk" should be rare, though.)
347-
// FIXME: Can we make this more efficient?
348-
349345
SF.ASTStage = SourceFile::NameBound;
350346
verify(SF);
351347
}

0 commit comments

Comments
 (0)