r356005 - Delete unused declaration of DeclContextPrintAction after the removal of -print-decl-contexts by D52529

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 20:22:33 PDT 2019


Author: maskray
Date: Tue Mar 12 20:22:33 2019
New Revision: 356005

URL: http://llvm.org/viewvc/llvm-project?rev=356005&view=rev
Log:
Delete unused declaration of DeclContextPrintAction after the removal of -print-decl-contexts by D52529

Modified:
    cfe/trunk/include/clang/Frontend/FrontendActions.h

Modified: cfe/trunk/include/clang/Frontend/FrontendActions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/FrontendActions.h?rev=356005&r1=356004&r2=356005&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/FrontendActions.h (original)
+++ cfe/trunk/include/clang/Frontend/FrontendActions.h Tue Mar 12 20:22:33 2019
@@ -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,




More information about the cfe-commits mailing list