]> granicus.if.org Git - clang/commitdiff
Remove unused data member
authorDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 21:25:15 +0000 (21:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 18 Oct 2011 21:25:15 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142425 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index fff1ddc96d30ac35434acb2c76397870bc75323c..1a8dbe551b9cc48f9aa3a85f8f161af286227b24 100644 (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;