From: Bill Wendling Date: Tue, 9 Oct 2012 20:35:11 +0000 (+0000) Subject: Remove this now unused variable macro. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=391d042c4e81eb45123074728a579663d426bc93 Remove this now unused variable macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index fcfacb12a55..2933defe96c 100644 --- a/include/llvm/Attributes.h +++ b/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