Skip to content

Commit 2c56367

Browse files
Remove unused AnyDecl (declaration of Swift.Any).
1 parent b5b1c57 commit 2c56367

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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

0 commit comments

Comments
 (0)