From: Sebastian Redl Date: Wed, 25 Aug 2010 01:03:30 +0000 (+0000) Subject: Remove an unused field in ASTReader X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9e339014b5f38e626735893010930605e9c232;p=clang Remove an unused field in ASTReader git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index 12fb3163f8..4bf8285313 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -439,9 +439,6 @@ private: /// \brief The set of Sema declaration references stored in the chain. llvm::SmallVector SemaDeclRefs; - /// \brief The set of Objective-C category definitions stored in the the chain - llvm::SmallVector ObjCCategoryImpls; - /// \brief The original file name that was used to build the primary AST file, /// which may have been modified for relocatable-pch support. std::string OriginalFileName;