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

Bill Wendling wendling at apple.com
Tue Feb 5 23:12:03 PST 2013


Oops..>Thanks!

-bw

On Feb 5, 2013, at 10:48 PM, Craig Topper <craig.topper at gmail.com> wrote:

> 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
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list