From 097f6b008254dc7b7f89ec3daafc163bf2a0e307 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 18 Oct 2011 21:25:15 +0000 Subject: [PATCH] Remove unused data member git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142425 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ASTContext.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1