diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-01 20:33:24 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-01 20:33:24 +0000 |
commit | 3937f87e53b3ee0c8da93536f48f6f96c006309d (patch) | |
tree | 7d51a69be998280f3ea5a06b37566b6664a8dbf6 /include/clang/Serialization/ASTWriter.h | |
parent | 27c6da284f90e32cda0ec8f52a2b6ba5a2613252 (diff) |
Eliminate ASTMutationListener::UpdatedAttributeList, which is no
longer needed now that we aren't back-patching ObjCProtocolDecls.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization/ASTWriter.h')
-rw-r--r-- | include/clang/Serialization/ASTWriter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTWriter.h b/include/clang/Serialization/ASTWriter.h index ef2f1ada6f..34195847b4 100644 --- a/include/clang/Serialization/ASTWriter.h +++ b/include/clang/Serialization/ASTWriter.h @@ -691,7 +691,6 @@ public: virtual void AddedObjCPropertyInClassExtension(const ObjCPropertyDecl *Prop, const ObjCPropertyDecl *OrigProp, const ObjCCategoryDecl *ClassExt); - virtual void UpdatedAttributeList(const Decl *D); }; /// \brief AST and semantic-analysis consumer that generates a |