summaryrefslogtreecommitdiff
path: root/src/analysis
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-19 13:02:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-19 13:02:54 (GMT)
commit94fd405bb0c2e6dfa43324b04a336ffb611c58ce (patch)
treef3170587b4006fa358665a6bbfa301731503d3b3 /src/analysis
parent499f00977cd7f50ce0c4cf24dd59b1e920e5b180 (diff)
Provided initial features for debugging using GDB.
Diffstat (limited to 'src/analysis')
-rw-r--r--src/analysis/binary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analysis/binary.c b/src/analysis/binary.c
index a6f0a31..79c82f5 100644
--- a/src/analysis/binary.c
+++ b/src/analysis/binary.c
@@ -394,7 +394,6 @@ GLoadedBinary *g_loaded_binary_new_from_xml(xmlXPathContextPtr context, const ch
char *access; /* Chemin d'accès à un élément */
char *hash; /* Empreinte à retrouver */
GBinContent *content; /* Contenu à référencer */
-
xmlXPathObjectPtr xobject; /* Cible d'une recherche */
unsigned int i; /* Boucle de parcours */