diff options
Diffstat (limited to 'clang/include/clang/Frontend/CompilerInstance.h')
-rw-r--r-- | clang/include/clang/Frontend/CompilerInstance.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/include/clang/Frontend/CompilerInstance.h b/clang/include/clang/Frontend/CompilerInstance.h index 2eb1349f49c..eb49c53ff40 100644 --- a/clang/include/clang/Frontend/CompilerInstance.h +++ b/clang/include/clang/Frontend/CompilerInstance.h @@ -124,9 +124,6 @@ class CompilerInstance : public ModuleLoader { /// The module provider. std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; - /// The dependency file generator. - std::unique_ptr<DependencyFileGenerator> TheDependencyFileGenerator; - std::vector<std::shared_ptr<DependencyCollector>> DependencyCollectors; /// The set of top-level modules that has already been loaded, @@ -661,7 +658,6 @@ public: InMemoryModuleCache &ModuleCache, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions, - DependencyFileGenerator *DependencyFile, ArrayRef<std::shared_ptr<DependencyCollector>> DependencyCollectors, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex); |