Define kNullRawSeqStore for every file

This commit is contained in:
senhuang42
2020-10-07 19:02:41 -04:00
parent a6165c1b28
commit b9c8033cde
4 changed files with 5 additions and 11 deletions
-2
View File
@@ -266,8 +266,6 @@ static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf)
/* ===== Seq Pool Wrapper ====== */
static rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
typedef ZSTDMT_bufferPool ZSTDMT_seqPool;
static size_t ZSTDMT_sizeof_seqPool(ZSTDMT_seqPool* seqPool)