diff options
-rw-r--r-- | lib/IR/AttributeImpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index 5f9e3e7031..84f472d033 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -101,7 +101,6 @@ public: /// could be a single enum, a tuple, or a string. class AttributeImpl : public FoldingSetNode { LLVMContext &Context; ///< Global context for uniquing objects - Constant *Kind; ///< Kind of attribute: enum or string AttributeEntry *Entry; ///< Holds the kind and value of the attribute |