Skip to content

Commit 71ad10a

Browse files
committed
Remove misplaced TODO.
1 parent 26c0c2d commit 71ad10a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

toolchain/check/type_completion.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ class TypeCompleter {
168168
requires(InstT::Kind.is_symbolic_when_type())
169169
auto BuildInfoForInst(SemIR::TypeId type_id, InstT /*inst*/) const
170170
-> SemIR::CompleteTypeInfo {
171-
// TODO: We're implicitly assuming here that dependent types are not
172-
// abstract. How do we enforce that dependent types are non-abstract when
173-
// they need to be?
174171
return {.value_repr = MakeDependentValueRepr(type_id)};
175172
}
176173

0 commit comments

Comments
 (0)