Skip to content

Commit d5cc73a

Browse files
committed
remove 'return FoundDef' from code
1 parent 3034b98 commit d5cc73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ASTImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3165,7 +3165,7 @@ ExpectedDecl ASTNodeImporter::VisitRecordDecl(RecordDecl *D) {
31653165
if (Error Err = ImportImplicitMethods(DCXX, FoundCXX))
31663166
return std::move(Err);
31673167
}
3168-
return FoundDef;
3168+
// FIXME: We can return FoundDef here.
31693169
}
31703170
PrevDecl = FoundRecord->getMostRecentDecl();
31713171
break;

0 commit comments

Comments
 (0)