Skip to content

Commit e24a5ea

Browse files
committed
Remove two already-fixed FIXMEs
Swift SVN r10821
1 parent e2b8312 commit e24a5ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,6 @@ namespace {
41224122
}
41234123

41244124
// Validate the type.
4125-
// FIXME: Allow unbound generics.
41264125
if (TC.validateType(cast->getCastTypeLoc(), DC,
41274126
/*allowUnboundGenerics=*/true))
41284127
return nullptr;
@@ -4140,7 +4139,6 @@ namespace {
41404139
}
41414140

41424141
// Validate the type.
4143-
// FIXME: Allow unbound generics.
41444142
if (TC.validateType(isa->getCastTypeLoc(), DC,
41454143
/*allowUnboundGenerics=*/true))
41464144
return nullptr;

0 commit comments

Comments
 (0)