Skip to content

Commit 1fe3316

Browse files
Remove unnecessary TODO (#6188)
When importing the overload set the dependencies are not imported anymore, so this TODO is unnecessary. Part of #5915
1 parent 93b79f1 commit 1fe3316

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toolchain/check/cpp/import.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,8 +2181,6 @@ static auto IsIncompleteClass(Context& context, SemIR::NameScopeId scope_id)
21812181
context.classes().Get(class_decl->class_id).self_type_id);
21822182
}
21832183

2184-
// TODO: Do we need to import the dependences for all functions in the overload
2185-
// set?
21862184
auto ImportNameFromCpp(Context& context, SemIR::LocId loc_id,
21872185
SemIR::NameScopeId scope_id, SemIR::NameId name_id)
21882186
-> SemIR::ScopeLookupResult {

0 commit comments

Comments
 (0)