From c574fc0f4bba94e693b0e22f730d355b75d4f4ce Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Fri, 25 May 2007 00:00:00 +0000 Subject: 4.46 beta --- CPP/7zip/Compress/Implode/ImplodeDecoder.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CPP/7zip/Compress/Implode/ImplodeDecoder.cpp') diff --git a/CPP/7zip/Compress/Implode/ImplodeDecoder.cpp b/CPP/7zip/Compress/Implode/ImplodeDecoder.cpp index 326afc0d..692f7c20 100755 --- a/CPP/7zip/Compress/Implode/ImplodeDecoder.cpp +++ b/CPP/7zip/Compress/Implode/ImplodeDecoder.cpp @@ -24,7 +24,7 @@ static const int kNumDistanceLowDirectBitsForSmallDict = 6; static const int kNumBitsInByte = 8; -static const int kLevelStructuresNumberFieldSize = kNumBitsInByte; +// static const int kLevelStructuresNumberFieldSize = kNumBitsInByte; static const int kLevelStructuresNumberAdditionalValue = 1; static const int kNumLevelStructureLevelBits = 4; @@ -51,8 +51,7 @@ static const UInt32 kMatchMinLenWhenLiteralsOff = 2; static const UInt32 kMatchMinLenMax = MyMax(kMatchMinLenWhenLiteralsOn, kMatchMinLenWhenLiteralsOff); // 3 -static const UInt32 kMatchMaxLenMax = kMatchMinLenMax + - (kLengthTableSize - 1) + (1 << kNumAdditionalLengthBits) - 1; // or 2 +// static const UInt32 kMatchMaxLenMax = kMatchMinLenMax + (kLengthTableSize - 1) + (1 << kNumAdditionalLengthBits) - 1; // or 2 enum { -- cgit v1.2.3