mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
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:
parent
9e45594dc8
commit
6715ca3e16
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue