From bcdcbd11ba68649eb9c7579d7002f36907d3b9a9 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 2 Sep 2016 18:43:25 +0000 Subject: Revert r280516 since it contained accidental changes. llvm-svn: 280521 --- clang/lib/Sema/SemaDeclAttr.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang/lib/Sema/SemaDeclAttr.cpp') diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index 824d68e838e..0471f65cccd 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -5630,9 +5630,6 @@ static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, case AttributeList::AT_VecTypeHint: handleVecTypeHint(S, D, Attr); break; - case AttributeList::AT_RequireConstantInit: - handleSimpleAttribute(S, D, Attr); - break; case AttributeList::AT_InitPriority: handleInitPriorityAttr(S, D, Attr); break; -- cgit v1.2.3