diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/IR/AttributeImpl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 1b13134d37d..ca7ae5cbb29 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -171,8 +171,6 @@ class AttributeSetNode final void operator=(const AttributeSetNode &) = delete; AttributeSetNode(const AttributeSetNode &) = delete; public: - using TrailingObjects<AttributeSetNode, Attribute>::operator delete; - static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs); bool hasAttribute(Attribute::AttrKind Kind) const { @@ -268,8 +266,6 @@ public: } } - using TrailingObjects<AttributeSetImpl, IndexAttrPair>::operator delete; - /// \brief Get the context that created this AttributeSetImpl. LLVMContext &getContext() { return Context; } |