mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00: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
Add a link
Reference in a new issue