forked from OSchip/llvm-project
[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:
parent
8e640ca5a8
commit
f181f1b7f7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue