Patch level : 12.0 no-patch

Files correlati     : src
Commento            :
This commit is contained in:
Simone Palacino 2020-09-10 09:54:30 +02:00
parent 58ff162f87
commit 38f63abef5

View File

@ -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
////////////////////////////////////////////////////////