mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
LibElf: Remove declarations for non-existent methods
This commit is contained in:
parent
2a699c904a
commit
12673d0e24
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
Add a link
Reference in a new issue