mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 19:01:55 +00:00
Remove dead function.
llvm-svn: 315269
This commit is contained in:
parent
c9a4d1c735
commit
6b7f196909
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user