[lld] r251908 - Delete dead getter.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 05:36:40 PST 2015
Author: rafael
Date: Tue Nov 3 07:36:38 2015
New Revision: 251908
URL: http://llvm.org/viewvc/llvm-project?rev=251908&view=rev
Log:
Delete dead getter.
Modified:
lld/trunk/ELF/InputFiles.h
Modified: lld/trunk/ELF/InputFiles.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputFiles.h?rev=251908&r1=251907&r2=251908&view=diff
==============================================================================
--- lld/trunk/ELF/InputFiles.h (original)
+++ lld/trunk/ELF/InputFiles.h Tue Nov 3 07:36:38 2015
@@ -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);
More information about the llvm-commits
mailing list