diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-03-27 01:25:24 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-03-27 01:25:24 +0000 |
commit | 6c811411cf21a9ca4f349eee51db995317494e69 (patch) | |
tree | 2a8f5cd53de50d0028f48d9da8c4223153894341 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 09796b9a2316c7028a79996b731741ca1758b2ca (diff) | |
download | bcm5719-llvm-6c811411cf21a9ca4f349eee51db995317494e69.tar.gz bcm5719-llvm-6c811411cf21a9ca4f349eee51db995317494e69.zip |
[Preprocessor] Remove PPMutationListener.
It's not used anymore.
llvm-svn: 178106
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index c6c850b0d64..0a8588375be 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -1158,8 +1158,6 @@ CompilerInstance::loadModule(SourceLocation ImportLoc, getASTConsumer().GetASTDeserializationListener()); getASTContext().setASTMutationListener( getASTConsumer().GetASTMutationListener()); - getPreprocessor().setPPMutationListener( - getASTConsumer().GetPPMutationListener()); } OwningPtr<ExternalASTSource> Source; Source.reset(ModuleManager); |