]> granicus.if.org Git - clang/commitdiff
Remove an unused field in ASTReader
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 25 Aug 2010 01:03:30 +0000 (01:03 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 25 Aug 2010 01:03:30 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112011 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTReader.h

index 12fb3163f88bf09d6b690a974bb4f995ba60c4e3..4bf8285313c2609d97ffbcf7e6c2c10424bc7e6e 100644 (file)
@@ -439,9 +439,6 @@ private:
   /// \brief The set of Sema declaration references stored in the chain.
   llvm::SmallVector<uint64_t, 4> SemaDeclRefs;
 
-  /// \brief The set of Objective-C category definitions stored in the the chain
-  llvm::SmallVector<uint64_t, 4> 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;