summaryrefslogtreecommitdiff
path: root/src/format/format-int.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-int.h
parent83a9ca90e691614dd99d06b8391de216fc8ce727 (diff)
Stopped to memorize the routines as a subset of symbols.
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index 30fb666..d50b053 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -69,9 +69,6 @@ struct _GBinFormat
size_t symbols_count; /* Quantité de ces symboles */
GRWLock syms_lock; /* Accès à la liste de symboles*/
- GBinRoutine **routines; /* Liste des routines trouvées */
- size_t routines_count; /* Nombre de ces routines */
-
const char **src_files; /* Nom des fichiers source */
size_t src_count; /* Taille de la liste */
size_t def_source; /* Fichier source principal */