introduced ZSTD_NOCOMPRESS to generate decompressor only

This commit is contained in:
inikep
2016-04-22 13:59:05 +02:00
parent 23a0889301
commit 3c7c3527d0
5 changed files with 26 additions and 15 deletions
-6
View File
@@ -40,12 +40,6 @@
#include "zbuff_static.h"
/* *************************************
* Constants
***************************************/
static size_t const ZBUFF_endFrameSize = ZSTD_BLOCKHEADERSIZE;
/*-***************************************************************************
* Streaming decompression howto
*