1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove this now unused variable macro.

llvm-svn: 165543
This commit is contained in:
Bill Wendling 2012-10-09 20:35:11 +00:00
parent 5a739a6322
commit 9abaefde08

View File

@ -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