removed DEFAULT_CHUNKSIZE

This commit is contained in:
inikep
2016-03-14 15:59:04 +01:00
parent c034b73f8f
commit 44af12deb1
3 changed files with 6 additions and 5 deletions
-1
View File
@@ -100,7 +100,6 @@
#define NB_LEVELS_TRACKED 30
static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31));
#define DEFAULT_CHUNKSIZE (4<<20)
#define COMPRESSIBILITY_DEFAULT 0.50
static const size_t sampleSize = 10000000;