We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
validateGenericSignature
1 parent be86049 commit bdd74e7Copy full SHA for bdd74e7
lib/AST/GenericSignature.cpp
@@ -1162,10 +1162,6 @@ static Requirement stripBoundDependentMemberTypes(Requirement req) {
1162
1163
void swift::validateGenericSignature(ASTContext &context,
1164
GenericSignature sig) {
1165
- llvm::errs() << "Validating generic signature: ";
1166
- sig->print(llvm::errs());
1167
- llvm::errs() << "\n";
1168
-
1169
// Try building a new signature having the same requirements.
1170
SmallVector<GenericTypeParamType *, 2> genericParams;
1171
for (auto *genericParam : sig.getGenericParams())
0 commit comments