Skip to content

Commit 861c426

Browse files
authored
Merge pull request #3732 from practicalswift/unused-cpp-identifiers
2 parents cc5d8a4 + 2c56367 commit 861c426

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/AST/ASTContext.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ struct ASTContext::Implementation {
169169
/// The declaration of Swift.Void.
170170
TypeAliasDecl *VoidDecl = nullptr;
171171

172-
/// The declaration of Swift.Any.
173-
TypeAliasDecl *AnyDecl = nullptr;
174-
175172
/// The declaration of ObjectiveC.ObjCBool.
176173
StructDecl *ObjCBoolDecl = nullptr;
177174

lib/Sema/CSGen.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,6 @@ namespace {
595595
}
596596
}
597597

598-
// If there might be replacement constraints, get them now.
599-
SmallVector<Constraint *, 4> replacementConstraints;
600-
601598
// Copy over the existing bindings, dividing the constraints up
602599
// into "favored" and non-favored lists.
603600
SmallVector<Constraint *, 4> favoredConstraints;

0 commit comments

Comments
 (0)