summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-03-27 01:25:24 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-03-27 01:25:24 +0000
commit6c811411cf21a9ca4f349eee51db995317494e69 (patch)
tree2a8f5cd53de50d0028f48d9da8c4223153894341 /clang/lib/Frontend/FrontendAction.cpp
parent09796b9a2316c7028a79996b731741ca1758b2ca (diff)
downloadbcm5719-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/FrontendAction.cpp')
-rw-r--r--clang/lib/Frontend/FrontendAction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/FrontendAction.cpp b/clang/lib/Frontend/FrontendAction.cpp
index c47423c0875..6031ad2b361 100644
--- a/clang/lib/Frontend/FrontendAction.cpp
+++ b/clang/lib/Frontend/FrontendAction.cpp
@@ -287,8 +287,6 @@ bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
goto failure;
CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
- CI.getPreprocessor().setPPMutationListener(
- Consumer->GetPPMutationListener());
if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
// Convert headers to PCH and chain them.
OpenPOWER on IntegriCloud