Remove ZSTD_p_refDictContent and dictContentByRef

This commit is contained in:
Stella Lau
2017-08-25 11:11:45 -07:00
parent 15fdeb9e41
commit eb7bbab36a
5 changed files with 31 additions and 18 deletions
-1
View File
@@ -294,7 +294,6 @@ struct ZSTD_CCtx_params_s {
U32 forceWindow; /* force back-references to respect limit of
* 1<<wLog, even for dictionary */
/* Dictionary */
U32 dictContentByRef;
ZSTD_dictMode_e dictMode; /* select restricting dictionary to "rawContent"
* or "fullDict" only */