mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 11:54:53 +03: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
Notes:
sideshowbarker
2024-07-18 23:07:17 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/6715ca3e168 Pull-request: https://github.com/SerenityOS/serenity/pull/4999
@ -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…
Reference in New Issue
Block a user