Skip to content

Commit 6e8ae7f

Browse files
committed
AST: Remove obsolete comment
1 parent ac04679 commit 6e8ae7f

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
@@ -853,7 +853,6 @@ Type TypeBase::getMetatypeInstanceType() {
853853
if (auto metaTy = getAs<AnyMetatypeType>())
854854
return metaTy->getInstanceType();
855855

856-
// For mutable value type methods, we need to dig through inout types.
857856
return this;
858857
}
859858

0 commit comments

Comments
 (0)