summaryrefslogtreecommitdiff
path: root/src/format/elf/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/elf.h')
-rw-r--r--src/format/elf/elf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/format/elf/elf.h b/src/format/elf/elf.h
index a557927..d6f631e 100644
--- a/src/format/elf/elf.h
+++ b/src/format/elf/elf.h
@@ -61,9 +61,6 @@ GBinFormat *g_elf_format_new(GBinContent *, GExeFormat *);
/* Présente l'en-tête ELF du format chargé. */
const elf_header *g_elf_format_get_header(const GElfFormat *);
-/* Informe quant au boutisme utilisé. */
-SourceEndian g_elf_format_get_endianness(const GElfFormat *);
-
#endif /* _FORMAT_ELF_ELF_H */