Delete dead code.

llvm-svn: 285922
This commit is contained in:
Rafael Espindola 2016-11-03 15:01:12 +00:00
parent a3008d2c17
commit 212b93d816
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ public:
return getSymbolBody(SymIndex);
}
const Elf_Shdr *getSymbolTable() const { return this->Symtab; };
// Returns source line information for a given offset.
// If no information is available, returns "".
std::string getLineInfo(InputSectionBase<ELFT> *S, uintX_t Offset);