Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 60309e1

Browse files
committed
Remove unused private field to suppress a build warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174491 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent be5d747 commit 60309e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IR/AttributeImpl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class StringAttributeEntry : public AttributeEntry {
101101
/// could be a single enum, a tuple, or a string.
102102
class AttributeImpl : public FoldingSetNode {
103103
LLVMContext &Context; ///< Global context for uniquing objects
104-
Constant *Kind; ///< Kind of attribute: enum or string
105104

106105
AttributeEntry *Entry; ///< Holds the kind and value of the attribute
107106

0 commit comments

Comments
 (0)