mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-14 22:14:35 +00:00
XML writer: drop write_elf_symbols_table variable emitted_syms
This was introduced in commit e2d45017
and was unused then.
* src/abg-writer.cc (write_elf_symbols_table): Drop unused
local variable emitted_syms.
Reviewed-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
parent
876415a225
commit
e21ff7aead
@ -3158,7 +3158,6 @@ write_elf_symbols_table(const elf_symbols& syms,
|
||||
if (syms.empty())
|
||||
return false;
|
||||
|
||||
unordered_map<string, bool> emitted_syms;
|
||||
for (elf_symbols::const_iterator it = syms.begin(); it != syms.end(); ++it)
|
||||
write_elf_symbol(*it, ctxt, indent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user