From 12673d0e240238c817cab04cb704213613fca222 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 27 Jan 2023 17:08:17 +0000 Subject: [PATCH] LibElf: Remove declarations for non-existent methods --- Userland/Libraries/LibELF/Image.h | 1 - 1 file changed, 1 deletion(-) 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 F> void for_each_section(F) const;