LibELF: Remove unused m_global_symbol_lookup_func from DynamicObject

This was refactored in 3e815ad, leaving this unused member behind.
This commit is contained in:
Linus Groh 2021-01-18 18:20:49 +01:00 committed by Andreas Kling
parent 9e45594dc8
commit 6715ca3e16

View file

@ -288,8 +288,6 @@ public:
Elf32_Addr patch_plt_entry(u32 relocation_offset);
SymbolLookupResult lookup_symbol(const ELF::DynamicObject::Symbol& symbol) const;
using SymbolLookupFunction = DynamicObject::SymbolLookupResult (*)(const char*);
SymbolLookupFunction m_global_symbol_lookup_func { nullptr };
bool elf_is_dynamic() const { return m_is_elf_dynamic; }