Skip to content

Commit 61a147c

Browse files
committed
[NFC] Remove accidental comment in TypeCheckType.cpp
1 parent 1875817 commit 61a147c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckType.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4891,7 +4891,6 @@ TypeResolver::resolveIsolatedTypeRepr(IsolatedTypeRepr *repr,
48914891
if (auto dynamicSelfType = dyn_cast<DynamicSelfType>(unwrappedType)) {
48924892
unwrappedType = dynamicSelfType->getSelfType();
48934893
}
4894-
// here
48954894

48964895
if (inStage(TypeResolutionStage::Interface)) {
48974896
if (auto *env = resolution.getGenericSignature().getGenericEnvironment())

0 commit comments

Comments
 (0)