diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-01-27 17:08:17 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-27 20:33:18 +0000 |
commit | 12673d0e240238c817cab04cb704213613fca222 (patch) | |
tree | 14b8063328fbdfb8382c7951558bf7fe908af8ee /Userland/Libraries/LibELF/Image.h | |
parent | 2a699c904ae11b1c8a8207ae895c1c2c0b4e0ca6 (diff) | |
download | serenity-12673d0e240238c817cab04cb704213613fca222.zip |
LibElf: Remove declarations for non-existent methods
Diffstat (limited to 'Userland/Libraries/LibELF/Image.h')
-rw-r--r-- | Userland/Libraries/LibELF/Image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibELF/Image.h b/Userland/Libraries/LibELF/Image.h index ee1afd74b6..80f2d49a29 100644 --- a/Userland/Libraries/LibELF/Image.h +++ b/Userland/Libraries/LibELF/Image.h @@ -183,7 +183,6 @@ public: Symbol symbol(unsigned) const; Section section(unsigned) const; ProgramHeader program_header(unsigned) const; - FlatPtr program_header_table_offset() const; template<IteratorFunction<Image::Section> F> void for_each_section(F) const; |