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/Rar20/Rar20Decoder.h')
-rwxr-xr-x7zip/Compress/Rar20/Rar20Decoder.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/7zip/Compress/Rar20/Rar20Decoder.h b/7zip/Compress/Rar20/Rar20Decoder.h
index 071b3635..f807594c 100755
--- a/7zip/Compress/Rar20/Rar20Decoder.h
+++ b/7zip/Compress/Rar20/Rar20Decoder.h
@@ -56,16 +56,6 @@ class CDecoder :
void InitStructures();
bool ReadTables();
bool ReadLastTables();
- void CopyBackBlockOp(UInt32 aDistance, UInt32 aLength)
- {
- /*
- if(m_Position <= aDistance)
- throw CDecoderException(CDecoderException::kData);
- */
- m_RepDists[m_RepDistPtr++ & 3] = aDistance;
- m_LastLength = aLength;
- m_OutWindowStream.CopyBlock(aDistance, aLength);
- }
public:
CDecoder();