]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed fullbench
authorYann Collet <cyan@fb.com>
Thu, 6 Jul 2017 09:22:57 +0000 (02:22 -0700)
committerYann Collet <cyan@fb.com>
Thu, 6 Jul 2017 09:22:57 +0000 (02:22 -0700)
tests/fullbench.c

index 81de5157b8e16aa106621c605bb9eacc9e7fbc90..5c105ee75b819071a29f1d8e37ceb0176a317411 100644 (file)
@@ -91,12 +91,6 @@ static size_t BMK_findMaxMem(U64 requiredMem)
 /*_*******************************************************
 *  Benchmark wrappers
 *********************************************************/
-typedef struct {
-    blockType_e blockType;
-    U32 unusedBits;
-    U32 origSize;
-} blockProperties_t;
-
 size_t local_ZSTD_compress(void* dst, size_t dstSize, void* buff2, const void* src, size_t srcSize)
 {
     (void)buff2;