From: Douglas Gregor Date: Tue, 18 Oct 2011 21:25:15 +0000 (+0000) Subject: Remove unused data member X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=097f6b008254dc7b7f89ec3daafc163bf2a0e307;p=clang Remove unused data member git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index fff1ddc96d..1a8dbe551b 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -203,7 +203,6 @@ class ASTContext : public llvm::RefCountedBase { mutable TypedefDecl *ObjCSelDecl; QualType ObjCProtoType; - const RecordType *ProtoStructType; /// \brief The typedef for the predefined 'Class' type. mutable TypedefDecl *ObjCClassDecl;