Skip to content

Commit 30185fe

Browse files
authored
Merge pull request #71531 from hborla/remove-accidental-comment
[NFC] Remove accidental comment in TypeCheckType.cpp
2 parents e3ff1dd + 61a147c commit 30185fe

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
@@ -4892,7 +4892,6 @@ TypeResolver::resolveIsolatedTypeRepr(IsolatedTypeRepr *repr,
48924892
if (auto dynamicSelfType = dyn_cast<DynamicSelfType>(unwrappedType)) {
48934893
unwrappedType = dynamicSelfType->getSelfType();
48944894
}
4895-
// here
48964895

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

0 commit comments

Comments
 (0)