From: Fangrui Song Date: Wed, 13 Mar 2019 03:22:33 +0000 (+0000) Subject: Delete unused declaration of DeclContextPrintAction after the removal of -print-decl... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=183113c6a58c84087706b6268234bf54cbcb1302;p=clang 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 --- 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 CreateASTConsumer(CompilerInstance &CI, - StringRef InFile) override; -}; - class GeneratePCHAction : public ASTFrontendAction { protected: std::unique_ptr CreateASTConsumer(CompilerInstance &CI,