removed ZSTD_opt parser

This commit is contained in:
inikep
2016-02-22 10:06:17 +01:00
parent 6291c54006
commit d3b8d7a4e5
3 changed files with 21 additions and 180 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ extern "C" {
#define ZSTD_TARGETLENGTH_MAX 999
/* from faster to stronger */
typedef enum { ZSTD_fast, ZSTD_greedy, ZSTD_lazy, ZSTD_lazy2, ZSTD_btlazy2, ZSTD_opt, ZSTD_btopt } ZSTD_strategy;
typedef enum { ZSTD_fast, ZSTD_greedy, ZSTD_lazy, ZSTD_lazy2, ZSTD_btlazy2, ZSTD_btopt } ZSTD_strategy;
typedef struct
{