Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Deflate/DeflateEncoder.h')
-rwxr-xr-x7zip/Compress/Deflate/DeflateEncoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/7zip/Compress/Deflate/DeflateEncoder.h b/7zip/Compress/Deflate/DeflateEncoder.h
index d1d06311..57d86b2f 100755
--- a/7zip/Compress/Deflate/DeflateEncoder.h
+++ b/7zip/Compress/Deflate/DeflateEncoder.h
@@ -77,7 +77,6 @@ class CCoder
UInt16 *m_MatchDistances;
UInt32 m_NumFastBytes;
- UInt32 m_MatchLengthEdge;
Byte m_LiteralPrices[256];