diff options
-rw-r--r-- | include/clang/AST/ASTContext.h | 1 |
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; |