Skip to content

Commit df81263

Browse files
authored
Merge pull request #62186 from xedin/fix-for-each-stmt-dump
[ASTDump] NFC: Remove double printing of `pattern` component
2 parents b4ed338 + 6989cd0 commit df81263

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,6 @@ class PrintStmt : public StmtVisitor<PrintStmt> {
17021702
OS << ")\n";
17031703
Indent -= 2;
17041704
}
1705-
printRec(S->getPattern());
1706-
OS << '\n';
17071705
printRec(S->getParsedSequence());
17081706
OS << '\n';
17091707
if (S->getIteratorVar()) {

0 commit comments

Comments
 (0)