Skip to content

Commit 5e49002

Browse files
committed
Sema: Remove outdated comment
1 parent bbce384 commit 5e49002

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Sema/TypeCheckGeneric.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,6 @@ GenericSignatureRequest::evaluate(Evaluator &evaluator,
585585
Requirement(RequirementKind::Conformance, self, PD->getDeclaredType());
586586
auto *sig = GenericSignature::get({self}, {req});
587587

588-
// The requirement signature is created lazily by
589-
// ProtocolDecl::getRequirementSignature().
590-
// The generic signature and environment is created lazily by
591-
// GenericContext::getGenericSignature(), so there is nothing we
592-
// need to do.
593-
594588
// Debugging of the generic signature builder and generic signature
595589
// generation.
596590
if (GC->getASTContext().LangOpts.DebugGenericSignatures) {

0 commit comments

Comments
 (0)