Remove dead function declaration.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 25 Oct 2017 17:42:00 +0000 (17:42 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 25 Oct 2017 17:42:00 +0000 (17:42 +0000)
llvm-svn: 316597

llvm/include/llvm/Object/ELF.h

index 0ce680d..0774b98 100644 (file)
@@ -104,8 +104,6 @@ public:
   Expected<ArrayRef<Elf_Word>> 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<char> &Result) const;