forked from OSchip/llvm-project
Delete unused declaration of DeclContextPrintAction after the removal of -print-decl-contexts by D52529
llvm-svn: 356005
This commit is contained in:
parent
80ccc88869
commit
48b169079f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue