ELF: Remove the function SymbolTable<ELFT>::findFile.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 3 May 2016 01:48:25 +0000 (01:48 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 3 May 2016 01:48:25 +0000 (01:48 +0000)
commitc357278a383287527c589c264f7644a8df266ff6
tree26de0d9d4ff3b3b274e1060fe6bc9b1d23139442
parentb6947a58473f85cdee708d37649fed793ce49025
ELF: Remove the function SymbolTable<ELFT>::findFile.

We already have the function SymbolBody::getSourceFile which does the same thing.

llvm-svn: 268353
lld/ELF/SymbolTable.cpp
lld/ELF/SymbolTable.h
lld/ELF/Writer.cpp