diff options
Diffstat (limited to 'lib/AST/ASTConsumer.cpp')
-rw-r--r-- | lib/AST/ASTConsumer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/AST/ASTConsumer.cpp b/lib/AST/ASTConsumer.cpp index 04a084a06a..f37cbdea54 100644 --- a/lib/AST/ASTConsumer.cpp +++ b/lib/AST/ASTConsumer.cpp @@ -17,6 +17,3 @@ using namespace clang; void ASTConsumer::HandleTopLevelDecl(DeclGroupRef D) {} -void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { - HandleTopLevelDecl(D); -} |