]> granicus.if.org Git - clang/commitdiff
Delete unused declaration of DeclContextPrintAction after the removal of -print-decl...
authorFangrui Song <maskray@google.com>
Wed, 13 Mar 2019 03:22:33 +0000 (03:22 +0000)
committerFangrui Song <maskray@google.com>
Wed, 13 Mar 2019 03:22:33 +0000 (03:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356005 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/FrontendActions.h

index 3acd1e7735fde2f3423c1dd0ae8a29243ebf733c..e3b8b461656745effbf844b0e85d504baabf7f11 100644 (file)
@@ -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,