From: Peter Collingbourne Date: Wed, 25 Oct 2017 17:42:00 +0000 (+0000) Subject: Remove dead function declaration. X-Git-Tag: llvmorg-6.0.0-rc1~4900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cedc5607c1d60e2cad1e029de8f64a1d22ab5b7;p=platform%2Fupstream%2Fllvm.git Remove dead function declaration. llvm-svn: 316597 --- diff --git a/llvm/include/llvm/Object/ELF.h b/llvm/include/llvm/Object/ELF.h index 0ce680d..0774b980 100644 --- a/llvm/include/llvm/Object/ELF.h +++ b/llvm/include/llvm/Object/ELF.h @@ -104,8 +104,6 @@ public: Expected> getSHNDXTable(const Elf_Shdr &Section, Elf_Shdr_Range Sections) const; - void VerifyStrTab(const Elf_Shdr *sh) const; - StringRef getRelocationTypeName(uint32_t Type) const; void getRelocationTypeName(uint32_t Type, SmallVectorImpl &Result) const;