This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Remove unused member from SymbolTable
AbandonedPublic

Authored by grimar on Mar 6 2016, 12:26 AM.

Details

Reviewers
ruiu
rafael
Summary

We dont use the ArchiveFiles member, just filling it
with files for no reason.
I think we can remove it.

Diff Detail

Event Timeline

grimar updated this revision to Diff 49895.Mar 6 2016, 12:26 AM
grimar retitled this revision from to [ELF] - Remove unused member from SymbolTable.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
grimar abandoned this revision.Mar 6 2016, 12:30 AM

There is a reason: to keep reference to prevent object destroying. My mistake.