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/Archive/Cab/MSZipExtConst.h')
-rwxr-xr-x7zip/Archive/Cab/MSZipExtConst.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/7zip/Archive/Cab/MSZipExtConst.h b/7zip/Archive/Cab/MSZipExtConst.h
deleted file mode 100755
index f51eebb8..00000000
--- a/7zip/Archive/Cab/MSZipExtConst.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// DeflateExtConst.h
-
-#ifndef __DEFLATEEXTCONST_H
-#define __DEFLATEEXTCONST_H
-
-#include "Common/Types.h"
-
-namespace NArchive {
-namespace NCab {
-namespace NMSZip {
-
- const UInt32 kDistTableSize = 30;
- const UInt32 kHistorySize = 0x8000;
- const UInt32 kNumLenCombinations = 256;
-
- const UInt32 kNumHuffmanBits = 15;
-
-}}}
-
-#endif