mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
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
This commit is contained in:
parent
be5d747f69
commit
60309e17a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user