mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 03:58:16 +00:00
Remove this now unused variable macro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88dbc5e6c3
commit
391d042c4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user