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/LZ/Patricia/Pat3H.h')
-rwxr-xr-x7zip/Compress/LZ/Patricia/Pat3H.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/7zip/Compress/LZ/Patricia/Pat3H.h b/7zip/Compress/LZ/Patricia/Pat3H.h
deleted file mode 100755
index 0f1d6aab..00000000
--- a/7zip/Compress/LZ/Patricia/Pat3H.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Pat3H.h
-
-#ifndef __PAT3H__H
-#define __PAT3H__H
-
-#undef PAT_CLSID
-#define PAT_CLSID CLSID_CMatchFinderPat3H
-
-#undef PAT_NAMESPACE
-#define PAT_NAMESPACE NPat3H
-
-#define __AUTO_REMOVE
-#define __NODE_3_BITS
-#define __HASH_3
-
-#include "Pat.h"
-#include "PatMain.h"
-
-#undef __AUTO_REMOVE
-#undef __NODE_3_BITS
-#undef __HASH_3
-
-#endif
-