summaryrefslogtreecommitdiff
path: root/src/format/format-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-07 18:08:47 (GMT)
commit0442cf03782e65bd680449cc213ace9a21bb081b (patch)
tree1ad713e14aeba3189c77454c219b7ab398331615 /src/format/format-int.h
parentae2be2044d39abebfa7b8d5ce64571e72f7ff6fd (diff)
Removed old code used for decompilation.
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index 6c83590..6a3be81 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -52,9 +52,6 @@ typedef SourceEndian (* format_get_endian_fc) (const GBinFormat *);
/* Réalise un traitement post-désassemblage. */
typedef void (* format_complete_analysis_fc) (GBinFormat *, wgroup_id_t, GtkStatusStack *);
-/* Procède à la décompilation complète du format. */
-typedef void (* format_decompile_fc) (const GBinFormat *, void/*GCodeBuffer*/ *, const char *);
-
/* Rythme des allocations pour les entrées de code */
#define EXTRA_POINT_BLOCK 100
@@ -99,11 +96,6 @@ struct _GBinFormat
gint sym_locked; /* Statut d'accès à la liste */
#endif
- const char **src_files; /* Nom des fichiers source */
- size_t src_count; /* Taille de la liste */
- size_t def_source; /* Fichier source principal */
- format_decompile_fc decompile; /* Décompilation d'un fichier */
-
fmt_error *errors; /* Liste d'erreurs rencontrées */
size_t error_count; /* Taille de cette liste */
GMutex error_mutex; /* Verrou pour l'accès */