From 3655e596882ac6381b70f02a0d97fac2a0ae94dc Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 9 Nov 2010 02:24:08 +0000 Subject: Reverse patch for // rdar://8632525. It might has broken a build. llvm-svn: 118475 --- clang/lib/AST/ASTContext.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'clang/lib/AST/ASTContext.cpp') diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 26e53ca57a6..b2451a2d867 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -5384,12 +5384,6 @@ static QualType DecodeTypeFromStr(const char *&Str, ASTContext &Context, case 'F': Type = Context.getCFConstantStringType(); break; - case 'G': - Type = Context.getObjCIdType(); - break; - case 'H': - Type = Context.getObjCSelType(); - break; case 'a': Type = Context.getBuiltinVaListType(); assert(!Type.isNull() && "builtin va list type not initialized!"); -- cgit v1.2.3