Skip to content

Commit 1845b44

Browse files
committed
[BuilderTransform] NFC: Inline now redundant base class into ResultBuilderTransform
1 parent 93ea9a0 commit 1845b44

File tree

2 files changed

+152
-174
lines changed

2 files changed

+152
-174
lines changed

Diff for: include/swift/Sema/ConstraintSystem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct ResultBuilder {
155155
unsigned VarCounter = 0;
156156

157157
public:
158-
ResultBuilder(ConstraintSystem *CS, DeclContext *DC, Type builderType);
158+
ResultBuilder(ConstraintSystem &CS, DeclContext *DC, Type builderType);
159159

160160
DeclContext *getDeclContext() const { return DC; }
161161

0 commit comments

Comments
 (0)