diff --git a/src/f9/f90100.cpp b/src/f9/f90100.cpp index 1c59a509c..f5daa718e 100644 --- a/src/f9/f90100.cpp +++ b/src/f9/f90100.cpp @@ -27,20 +27,6 @@ #define TAB_BASE_VERSION 100 // Versione base delle tabelle #define SQL_VERSION 104 // Utilizzo questo per controllare la versione attuale delle tabelle e nel caso aggiornarle -/* MD5 Check Sums dei file aggiornamento tabelle todo: possibile aggiunta: controllo del cheksum dei file (anche per FP) */ -//const TString v_check_sums[] = { -// "SUMFILE0100e e d 1 8 5 f a 8 f 1 2 2 0 1 0 f 4 2 6 d 9 9 a 2 3 f 2 6 c 8 8", -// "SUMFILE01023 5 3 3 3 a 5 e 3 b 4 9 e d 3 1 9 8 0 8 5 1 2 4 3 f 8 3 b 9 4 d", -// "SUMFILE01040 a f f e 3 2 7 4 1 c d 7 4 1 8 1 4 c e 2 c a b 2 d 9 9 2 f 6 b" }; -// -//TString get_checksum(const int version) -//{ -// TString cs = v_check_sums[(version - 100) / 2]; -// cs.ltrim(11); -// cs.replace(" ", ""); -// return cs; -//} - //////////////////////////////////////////////////////// // Utilities ////////////////////////////////////////////////////////