Skip to content

Commit 4d04126

Browse files
committed
Sema: Remove a FIXME
1 parent 10bb5fc commit 4d04126

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/TypeCheckPropertyWrapper.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@ PropertyWrapperTypeInfoRequest::evaluate(
345345
if (!valueVar)
346346
return PropertyWrapperTypeInfo();
347347

348-
// FIXME: Remove this one
349-
(void)valueVar->getInterfaceType();
350-
351348
TypeChecker::addImplicitConstructors(nominal);
352349

353350
SmallVector<ValueDecl *, 2> decls;

0 commit comments

Comments
 (0)