diff options
author | Fangrui Song <maskray@google.com> | 2019-03-13 03:22:33 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2019-03-13 03:22:33 +0000 |
commit | 183113c6a58c84087706b6268234bf54cbcb1302 (patch) | |
tree | 9dde5f6076d0825ce5feb790603b1f8ff30fc801 | |
parent | 85a69c7d7782c31d5946f03819c84f5b42d290e0 (diff) | |
download | clang-183113c6a58c84087706b6268234bf54cbcb1302.tar.gz |
Delete unused declaration of DeclContextPrintAction after the removal of -print-decl-contexts by D52529
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356005 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Frontend/FrontendActions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/clang/Frontend/FrontendActions.h b/include/clang/Frontend/FrontendActions.h index 3acd1e7735..e3b8b46165 100644 --- a/include/clang/Frontend/FrontendActions.h +++ b/include/clang/Frontend/FrontendActions.h @@ -74,12 +74,6 @@ protected: StringRef InFile) override; }; -class DeclContextPrintAction : public ASTFrontendAction { -protected: - std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, - StringRef InFile) override; -}; - class GeneratePCHAction : public ASTFrontendAction { protected: std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, |