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/Pat2.h')
-rwxr-xr-x7zip/Compress/LZ/Patricia/Pat2.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/7zip/Compress/LZ/Patricia/Pat2.h b/7zip/Compress/LZ/Patricia/Pat2.h
deleted file mode 100755
index 23b3caea..00000000
--- a/7zip/Compress/LZ/Patricia/Pat2.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Pat2.h
-
-#ifndef __PAT2__H
-#define __PAT2__H
-
-#undef PAT_CLSID
-#define PAT_CLSID CLSID_CMatchFinderPat2
-
-#undef PAT_NAMESPACE
-#define PAT_NAMESPACE NPat2
-
-#define __AUTO_REMOVE
-#define __NODE_2_BITS
-
-#include "Pat.h"
-#include "PatMain.h"
-
-#undef __AUTO_REMOVE
-#undef __NODE_2_BITS
-
-#endif
-