Author: cornedbee
Date: Tue Aug 24 20:03:30 2010
New Revision: 112011
URL: http://llvm.org/viewvc/llvm-project?rev=112011&view=rev
Log:
Remove an unused field in ASTReader
Modified:
cfe/trunk/include/clang/Serialization/ASTReader.h
Modified: cfe/trunk/include/clang/Serialization/ASTReader.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTReader.h?rev=112011&r1=112010&r2=112011&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTReader.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTReader.h Tue Aug 24 20:03:30 2010
@@ -439,9 +439,6 @@
/// \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;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits