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/Rar20ExtConst.h')
-rwxr-xr-x7zip/Compress/Rar20/Rar20ExtConst.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/7zip/Compress/Rar20/Rar20ExtConst.h b/7zip/Compress/Rar20/Rar20ExtConst.h
deleted file mode 100755
index b74bc0cf..00000000
--- a/7zip/Compress/Rar20/Rar20ExtConst.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Rar20ExtConst.h
-// According to unRAR license,
-// this code may not be used to develop a
-// RAR (WinRAR) compatible archiver
-
-#ifndef __RAR20_EXTCONST_H
-#define __RAR20_EXTCONST_H
-
-#include "../../../Common/Types.h"
-
-namespace NCompress {
-namespace NRar20 {
-
-const UInt32 kNumRepDists = 4;
-const UInt32 kDistTableSize = 48;
-
-const int kMMTableSize = 256 + 1;
-
-}}
-
-#endif