Delete dead getter.

llvm-svn: 251908
This commit is contained in:
Rafael Espindola 2015-11-03 13:36:38 +00:00
parent 2b06b0fe2a
commit de212f1589
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ public:
const Elf_Sym *getLocalSymbol(uintX_t SymIndex);
const Elf_Shdr *getSymbolTable() const { return this->Symtab; };
ArrayRef<Elf_Word> getSymbolTableShndx() const { return SymtabSHNDX; };
private:
void initializeSections(llvm::DenseSet<StringRef> &Comdats);