diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-19 13:02:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-19 13:02:54 (GMT) |
commit | 94fd405bb0c2e6dfa43324b04a336ffb611c58ce (patch) | |
tree | f3170587b4006fa358665a6bbfa301731503d3b3 /src/analysis | |
parent | 499f00977cd7f50ce0c4cf24dd59b1e920e5b180 (diff) |
Provided initial features for debugging using GDB.
Diffstat (limited to 'src/analysis')
-rw-r--r-- | src/analysis/binary.c | 1 |
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 */ |