[llvm-commits] [llvm] r165543 - /llvm/trunk/include/llvm/Attributes.h
Bill Wendling
isanbard at gmail.com
Tue Oct 9 13:35:11 PDT 2012
Author: void
Date: Tue Oct 9 15:35:11 2012
New Revision: 165543
URL: http://llvm.org/viewvc/llvm-project?rev=165543&view=rev
Log:
Remove this now unused variable macro.
Modified:
llvm/trunk/include/llvm/Attributes.h
Modified: llvm/trunk/include/llvm/Attributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Attributes.h?rev=165543&r1=165542&r2=165543&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Attributes.h (original)
+++ llvm/trunk/include/llvm/Attributes.h Tue Oct 9 15:35:11 2012
@@ -53,7 +53,6 @@
/// 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
More information about the llvm-commits
mailing list