Skip to content

Commit 4538c6b

Browse files
committed
AST: Remove obsolete comment
1 parent 66e637c commit 4538c6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/Type.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ Type TypeBase::getMetatypeInstanceType() {
860860
if (auto metaTy = getAs<AnyMetatypeType>())
861861
return metaTy->getInstanceType();
862862

863-
// For mutable value type methods, we need to dig through inout types.
864863
return this;
865864
}
866865

0 commit comments

Comments
 (0)