mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove ASTMutationListener::addedExternalType(). It's useless now.
Swift SVN r8491
This commit is contained in:
@@ -541,11 +541,6 @@ void ASTContext::addedExternalDecl(Decl *decl) {
|
||||
listener->addedExternalDecl(decl);
|
||||
}
|
||||
|
||||
void ASTContext::addedExternalType(Type type) {
|
||||
for (auto listener : Impl.MutationListeners)
|
||||
listener->addedExternalType(type);
|
||||
}
|
||||
|
||||
void ASTContext::addCleanup(std::function<void(void)> cleanup) {
|
||||
Impl.Cleanups.push_back(std::move(cleanup));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user