Remove _hMutex from ZstdEncoder.cpp

This commit is contained in:
Tino Reichardt
2020-04-14 07:05:38 +02:00
parent bdb0518281
commit d2845a69d0
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -49,7 +49,6 @@ class CEncoder:
UInt64 _processedIn;
UInt64 _processedOut;
UInt32 _numThreads;
HANDLE _hMutex;
/* zstd advanced compression options */
Int32 _Long;