[cfe-commits] r142425 - /cfe/trunk/include/clang/AST/ASTContext.h

Douglas Gregor dgregor at apple.com
Tue Oct 18 14:25:15 PDT 2011


Author: dgregor
Date: Tue Oct 18 16:25:15 2011
New Revision: 142425

URL: http://llvm.org/viewvc/llvm-project?rev=142425&view=rev
Log:
Remove unused data member

Modified:
    cfe/trunk/include/clang/AST/ASTContext.h

Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=142425&r1=142424&r2=142425&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Tue Oct 18 16:25:15 2011
@@ -203,7 +203,6 @@
   mutable TypedefDecl *ObjCSelDecl;
 
   QualType ObjCProtoType;
-  const RecordType *ProtoStructType;
 
   /// \brief The typedef for the predefined 'Class' type.
   mutable TypedefDecl *ObjCClassDecl;





More information about the cfe-commits mailing list