From 2915a691b9eecde508948d4300428860d1655175 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 23 Jan 2013 22:38:33 +0000 Subject: Remove dead methods. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173302 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/AttributeImpl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/IR/AttributeImpl.h') diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index b5d292ee27..0843fd8ac8 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -48,10 +48,7 @@ public: bool hasAttributes() const; uint64_t getAlignment() const; - void setAlignment(unsigned Align); - uint64_t getStackAlignment() const; - void setStackAlignment(unsigned Align); bool operator==(Attribute::AttrKind Kind) const; bool operator!=(Attribute::AttrKind Kind) const; -- cgit v1.2.3