diff options
| author | Craig Topper <craig.topper@gmail.com> | 2013-02-06 06:48:10 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2013-02-06 06:48:10 +0000 |
| commit | 3931a4422a0e4b1f501ac90fe3e8375da500476f (patch) | |
| tree | 68ee7e12c89eaffde1fd8a132a5781620bf6c658 /llvm/lib | |
| parent | bf902f1d0d1d7855456845b67031299c9b4efede (diff) | |
| download | bcm5719-llvm-3931a4422a0e4b1f501ac90fe3e8375da500476f.tar.gz bcm5719-llvm-3931a4422a0e4b1f501ac90fe3e8375da500476f.zip | |
Remove unused private field to suppress a build warning.
llvm-svn: 174491
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/IR/AttributeImpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 5f9e3e70316..84f472d033b 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/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 |

