Skip to content

Commit eaef8e7

Browse files
authored
Merge pull request swiftlang#77778 from xedin/remove-substituion-printing-for-opaque-decls
[ASTDumper] Don't try to print opaque type decl substitutions
2 parents f5d690b + 7151a97 commit eaef8e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/AST/ASTDumper.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1171,10 +1171,6 @@ namespace {
11711171

11721172
}, "opaque_interface", TypeColor);
11731173

1174-
if (auto underlyingSubs = OTD->getUniqueUnderlyingTypeSubstitutions()) {
1175-
printRec(*underlyingSubs);
1176-
}
1177-
11781174
printFoot();
11791175
}
11801176

0 commit comments

Comments
 (0)