File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ struct ASTContext::Implementation {
169
169
// / The declaration of Swift.Void.
170
170
TypeAliasDecl *VoidDecl = nullptr ;
171
171
172
- // / The declaration of Swift.Any.
173
- TypeAliasDecl *AnyDecl = nullptr ;
174
-
175
172
// / The declaration of ObjectiveC.ObjCBool.
176
173
StructDecl *ObjCBoolDecl = nullptr ;
177
174
Original file line number Diff line number Diff line change @@ -595,9 +595,6 @@ namespace {
595
595
}
596
596
}
597
597
598
- // If there might be replacement constraints, get them now.
599
- SmallVector<Constraint *, 4 > replacementConstraints;
600
-
601
598
// Copy over the existing bindings, dividing the constraints up
602
599
// into "favored" and non-favored lists.
603
600
SmallVector<Constraint *, 4 > favoredConstraints;
You can’t perform that action at this time.
0 commit comments