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 'CPP/7zip/Compress/ArjDecoder1.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/Compress/ArjDecoder1.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/CPP/7zip/Compress/ArjDecoder1.h b/CPP/7zip/Compress/ArjDecoder1.h
index 17939daf..dd12e445 100755..100644
--- a/CPP/7zip/Compress/ArjDecoder1.h
+++ b/CPP/7zip/Compress/ArjDecoder1.h
@@ -55,12 +55,6 @@ class CCoder :
UInt32 c_table[CTABLESIZE];
UInt32 pt_table[PTABLESIZE];
- void ReleaseStreams()
- {
- m_OutWindowStream.ReleaseStream();
- m_InBitStream.ReleaseStream();
- }
-
class CCoderReleaser
{
CCoder *m_Coder;
@@ -71,7 +65,6 @@ class CCoder :
{
if (NeedFlush)
m_Coder->m_OutWindowStream.Flush();
- m_Coder->ReleaseStreams();
}
};
friend class CCoderReleaser;