[lld][ELF] fix build failure

llvm-svn: 181325
This commit is contained in:
Shankar Easwaran 2013-05-07 15:27:02 +00:00
parent a03eb9b5d5
commit e796006333
1 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,6 @@ public:
/// Undefined symbols, absolute symbols
bool createSymbolsFromAtomizableSections(llvm::error_code &EC) {
llvm::object::section_iterator sit(_objFile->begin_sections());
llvm::object::section_iterator sie(_objFile->end_sections());
// Increment over all the symbols collecting atoms and symbol names for
// later use.