Remove unused data member

llvm-svn: 142425
This commit is contained in:
Douglas Gregor 2011-10-18 21:25:15 +00:00
parent e5c79d5ea8
commit c1939d3967
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ class ASTContext : public llvm::RefCountedBase<ASTContext> {
mutable TypedefDecl *ObjCSelDecl;
QualType ObjCProtoType;
const RecordType *ProtoStructType;
/// \brief The typedef for the predefined 'Class' type.
mutable TypedefDecl *ObjCClassDecl;