summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/ASTConsumers.h')
-rw-r--r--clang/Driver/ASTConsumers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/Driver/ASTConsumers.h b/clang/Driver/ASTConsumers.h
index 6bba0bbab90..35ecc89eedc 100644
--- a/clang/Driver/ASTConsumers.h
+++ b/clang/Driver/ASTConsumers.h
@@ -38,8 +38,6 @@ ASTConsumer *CreateASTViewer();
ASTConsumer *CreateCFGDumper(bool ViewGraphs, const std::string& FName);
-ASTConsumer *CreateLiveVarAnalyzer(const std::string& fname);
-
ASTConsumer *CreateCodeRewriterTest(const std::string& InFile,
const std::string& OutFile,
Diagnostic &Diags,
OpenPOWER on IntegriCloud