aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-18 21:25:15 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-18 21:25:15 +0000
commit097f6b008254dc7b7f89ec3daafc163bf2a0e307 (patch)
treefb6793691134c5381c0c297d6cb135dbc58d2a91
parent8ca7208d0fb4dcbc5fa8cfeca6a1081ce69da8e0 (diff)
downloadclang-097f6b008254dc7b7f89ec3daafc163bf2a0e307.tar.gz
Remove unused data member
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142425 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/ASTContext.h1
1 files changed, 0 insertions, 1 deletions
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<ASTContext> {
mutable TypedefDecl *ObjCSelDecl;
QualType ObjCProtoType;
- const RecordType *ProtoStructType;
/// \brief The typedef for the predefined 'Class' type.
mutable TypedefDecl *ObjCClassDecl;