summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/format/format.h b/src/format/format.h
index e1c4e37..ec78236 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -32,7 +32,6 @@
#include "symbol.h"
#include "../analysis/content.h"
-#include "../analysis/routine.h"
#include "../arch/context.h"
#include "../gtkext/gtkstatusstack.h"
@@ -98,9 +97,6 @@ bool g_binary_format_find_next_symbol_at(GBinFormat *, const vmpa2t *, GBinSymbo
/* Recherche le symbole correspondant à une adresse. */
bool g_binary_format_resolve_symbol(GBinFormat *, const vmpa2t *, bool, GBinSymbol **, phys_t *);
-/* Fournit le prototype de toutes les routines détectées. */
-GBinRoutine **g_binary_format_get_routines(const GBinFormat *, size_t *);
-
/* Fournit la liste des fichiers source détectés. */
const char * const *g_binary_format_get_source_files(const GBinFormat *, size_t *, size_t *);