diff options
Diffstat (limited to 'src/analysis/binary-int.h')
-rw-r--r-- | src/analysis/binary-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analysis/binary-int.h b/src/analysis/binary-int.h index ec98bf9..c2657ae 100644 --- a/src/analysis/binary-int.h +++ b/src/analysis/binary-int.h @@ -62,7 +62,6 @@ struct _GLoadedBinary off_t bin_length; /* Taille des données brutes */ bin_t *bin_data; /* Données binaires brutes */ - GChecksum *checksum; /* Calcul de l'empreinte */ GExeFormat *format; /* Format du binaire */ GArchProcessor *proc; /* Architecture du binaire */ |