diff options
Diffstat (limited to 'clang/include/clang/AST/ODRHash.h')
-rw-r--r-- | clang/include/clang/AST/ODRHash.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/include/clang/AST/ODRHash.h b/clang/include/clang/AST/ODRHash.h index ed648bb8afb..e4cc12d3589 100644 --- a/clang/include/clang/AST/ODRHash.h +++ b/clang/include/clang/AST/ODRHash.h @@ -53,10 +53,6 @@ public: // more information than the AddDecl class. void AddCXXRecordDecl(const CXXRecordDecl *Record); - // Use this for ODR checking functions between modules. This method compares - // more information than the AddDecl class. - void AddFunctionDecl(const FunctionDecl *Function); - // Process SubDecls of the main Decl. This method calls the DeclVisitor // while AddDecl does not. void AddSubDecl(const Decl *D); |