[llvm] r316597 - Remove dead function declaration.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 10:42:00 PDT 2017
Author: pcc
Date: Wed Oct 25 10:42:00 2017
New Revision: 316597
URL: http://llvm.org/viewvc/llvm-project?rev=316597&view=rev
Log:
Remove dead function declaration.
Modified:
llvm/trunk/include/llvm/Object/ELF.h
Modified: llvm/trunk/include/llvm/Object/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/ELF.h?rev=316597&r1=316596&r2=316597&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/ELF.h (original)
+++ llvm/trunk/include/llvm/Object/ELF.h Wed Oct 25 10:42:00 2017
@@ -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;
More information about the llvm-commits
mailing list