[clang] Remove NFC overload in ASTImporterTest

This overload is just an artifact from the original version of the patch, but
doesn't have any functional purpose.
This commit is contained in:
Raphael Isemann 2020-04-27 14:10:36 +02:00
parent 8e640ca5a8
commit f181f1b7f7
1 changed files with 0 additions and 4 deletions

View File

@ -6023,10 +6023,6 @@ struct SourceWithCompletedTagList : clang::ExternalASTSource {
Record->completeDefinition();
CompletedTags.push_back(Tag);
}
void
FindExternalLexicalDecls(const DeclContext *DC,
llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
SmallVectorImpl<Decl *> &Result) override {}
};
TEST_P(ImportWithExternalSource, CompleteRecordBeforeImporting) {