]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed unused macro constant
authorYann Collet <yann.collet.73@gmail.com>
Sun, 8 Oct 2023 06:32:22 +0000 (23:32 -0700)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 8 Oct 2023 06:32:22 +0000 (23:32 -0700)
lib/compress/zstdmt_compress.c

index 1b47734c29d9145bbfb877c542192fe27d057a24..529fb61587f84098a65245c19858dee290b62551 100644 (file)
 #endif
 
 
-/* ======   Constants   ====== */
-#define ZSTDMT_OVERLAPLOG_DEFAULT 0
-
-
 /* ======   Dependencies   ====== */
-#include "../common/allocations.h"  /* ZSTD_customMalloc, ZSTD_customCalloc, ZSTD_customFree */
+#include "../common/allocations.h" /* ZSTD_customMalloc, ZSTD_customCalloc, ZSTD_customFree */
 #include "../common/zstd_deps.h"   /* ZSTD_memcpy, ZSTD_memset, INT_MAX, UINT_MAX */
 #include "../common/mem.h"         /* MEM_STATIC */
 #include "../common/pool.h"        /* threadpool */
 #include "../common/threading.h"   /* mutex */
-#include "zstd_compress_internal.h"  /* MIN, ERROR, ZSTD_*, ZSTD_highbit32 */
+#include "zstd_compress_internal.h" /* MIN, ERROR, ZSTD_*, ZSTD_highbit32 */
 #include "zstd_ldm.h"
 #include "zstdmt_compress.h"