From 48b169079f22aa32c749ffd76b79e2a0f86d0eea Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 13 Mar 2019 03:22:33 +0000 Subject: [PATCH] Delete unused declaration of DeclContextPrintAction after the removal of -print-decl-contexts by D52529 llvm-svn: 356005 --- clang/include/clang/Frontend/FrontendActions.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang/include/clang/Frontend/FrontendActions.h b/clang/include/clang/Frontend/FrontendActions.h index 3acd1e7735fd..e3b8b4616567 100644 --- a/clang/include/clang/Frontend/FrontendActions.h +++ b/clang/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,