clang/Modules: Remove unused parameter from ModuleManager::removeModules
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 10 Nov 2019 18:31:03 +0000 (10:31 -0800)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 10 Nov 2019 19:18:33 +0000 (11:18 -0800)
commit8e9e433a2af7c435923ba71ea7d75374408b0b32
treef01bb1e2375b23427e9d3b6c0303e093ff5ae9c8
parent7874db75ef41f5c387f83e1d0bd16607721ddf89
clang/Modules: Remove unused parameter from ModuleManager::removeModules

The other paremeters appear to be sufficient to determine which modules
have just been loaded and need to be removed, so stop collecting and
sending in that set explicitly.
clang/include/clang/Serialization/ModuleManager.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ModuleManager.cpp