From: Bill Wendling Date: Tue, 9 Oct 2012 20:35:11 +0000 (+0000) Subject: Remove this now unused variable macro. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5661eb3005ad548d6e97a3d6d26122c070b96e6;p=platform%2Fupstream%2Fllvm.git Remove this now unused variable macro. llvm-svn: 165543 --- diff --git a/llvm/include/llvm/Attributes.h b/llvm/include/llvm/Attributes.h index fcfacb1..2933def 100644 --- a/llvm/include/llvm/Attributes.h +++ b/llvm/include/llvm/Attributes.h @@ -53,7 +53,6 @@ struct AttrConst { /// declarations. This is done to avoid static CTORs and at the same time to /// keep type-safety of Attributes. #define DECLARE_LLVM_ATTRIBUTE(name, value) \ - const uint64_t name##_i = value; \ const AttrConst name = {value}; DECLARE_LLVM_ATTRIBUTE(None,0) ///< No attributes have been set