Skip to content

Commit

Permalink
Delete unused declaration of DeclContextPrintAction after the removal…
Browse files Browse the repository at this point in the history
… of -print-decl-contexts by D52529

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356005 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MaskRay committed Mar 13, 2019
1 parent 85a69c7 commit 183113c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/clang/Frontend/FrontendActions.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ class ASTViewAction : public ASTFrontendAction {
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,
Expand Down

0 comments on commit 183113c

Please sign in to comment.