Remove dead function.

llvm-svn: 315269
This commit is contained in:
Rui Ueyama 2017-10-10 03:58:32 +00:00
parent c9a4d1c735
commit 6b7f196909

View File

@ -67,11 +67,6 @@ template <class ELFT> class EhFrameSection final : public SyntheticSection {
typedef typename ELFT::Rel Elf_Rel;
typedef typename ELFT::Rela Elf_Rela;
void updateAlignment(uint64_t Val) {
if (Val > this->Alignment)
this->Alignment = Val;
}
public:
EhFrameSection();
void writeTo(uint8_t *Buf) override;