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

llvm-svn: 356005
This commit is contained in:
Fangrui Song 2019-03-13 03:22:33 +00:00
parent 80ccc88869
commit 48b169079f
1 changed files with 0 additions and 6 deletions

View 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,