summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-14 21:27:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-14 21:27:28 (GMT)
commit1996274a43883aa58e8c565f7698bc7c338a9ce0 (patch)
treef9237e0ec4799da491c2ad411891f2b0a1cc9ee4 /src/format/format.h
parent83a9ca90e691614dd99d06b8391de216fc8ce727 (diff)
Stopped to memorize the routines as a subset of symbols.
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 *);