diff options
Diffstat (limited to 'Userland/Libraries/LibELF/DynamicObject.h')
-rw-r--r-- | Userland/Libraries/LibELF/DynamicObject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Libraries/LibELF/DynamicObject.h b/Userland/Libraries/LibELF/DynamicObject.h index fe0d3bfb39..b515785c2b 100644 --- a/Userland/Libraries/LibELF/DynamicObject.h +++ b/Userland/Libraries/LibELF/DynamicObject.h @@ -314,9 +314,6 @@ public: Optional<SymbolLookupResult> lookup_symbol(StringView name) const; Optional<SymbolLookupResult> lookup_symbol(HashSymbol const& symbol) const; - // Will be called from _fixup_plt_entry, as part of the PLT trampoline - VirtualAddress patch_plt_entry(u32 relocation_offset); - bool elf_is_dynamic() const { return m_is_elf_dynamic; } void* symbol_for_name(StringView name); |