Skip to content

Commit 1e1e5fc

Browse files
committed
[NFC-ish] Move printRec()s into ASTDumper
Also tweaks the printing of TypeAttributes and differentiates methods for recursively printing arrays from ones for recursively printing single elements.
1 parent a4cd762 commit 1e1e5fc

19 files changed

+330
-351
lines changed

include/swift/AST/ProtocolConformanceRef.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ class ProtocolConformanceRef {
135135
void dump(llvm::raw_ostream &out, unsigned indent = 0,
136136
bool details = true) const;
137137

138-
void print(llvm::raw_ostream &out) const;
139-
140138
bool operator==(ProtocolConformanceRef other) const {
141139
return Union == other.Union;
142140
}

0 commit comments

Comments
 (0)