[llvm] r174491 - Remove unused private field to suppress a build warning.

Craig Topper craig.topper at gmail.com
Tue Feb 5 22:48:10 PST 2013


Author: ctopper
Date: Wed Feb  6 00:48:10 2013
New Revision: 174491

URL: http://llvm.org/viewvc/llvm-project?rev=174491&view=rev
Log:
Remove unused private field to suppress a build warning.

Modified:
    llvm/trunk/lib/IR/AttributeImpl.h

Modified: llvm/trunk/lib/IR/AttributeImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/AttributeImpl.h?rev=174491&r1=174490&r2=174491&view=diff
==============================================================================
--- llvm/trunk/lib/IR/AttributeImpl.h (original)
+++ llvm/trunk/lib/IR/AttributeImpl.h Wed Feb  6 00:48:10 2013
@@ -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
 





More information about the llvm-commits mailing list