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.
1 parent 367734a commit 1429dbeCopy full SHA for 1429dbe
lib/AST/ASTDumper.cpp
@@ -578,11 +578,6 @@ namespace {
578
void printAbstractTypeParamCommon(AbstractTypeParamDecl *decl,
579
const char *name) {
580
printCommon(decl, name);
581
- if (decl->getDeclContext()->getGenericEnvironmentOfContext()) {
582
- if (auto superclassTy = decl->getSuperclass()) {
583
- OS << " superclass='" << superclassTy->getString() << "'";
584
- }
585
586
}
587
588
void visitGenericTypeParamDecl(GenericTypeParamDecl *decl) {
0 commit comments