LibElf: Remove declarations for non-existent methods
This commit is contained in:
parent
2a699c904a
commit
12673d0e24
Notes:
sideshowbarker
2024-07-17 03:27:40 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/12673d0e24 Pull-request: https://github.com/SerenityOS/serenity/pull/17203 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue