summaryrefslogtreecommitdiff
path: root/Build/source/libs/unzip/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/unzip/zip.h')
-rw-r--r--Build/source/libs/unzip/zip.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/unzip/zip.h b/Build/source/libs/unzip/zip.h
deleted file mode 100644
index 5c079467f7a..00000000000
--- a/Build/source/libs/unzip/zip.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* This is a dummy zip.h to allow the source files shared with Zip (crypt.c,
- crc32.c, crctab.c, ttyio.c) to compile for UnZip. */
-
-#ifndef __zip_h /* don't include more than once */
-#define __zip_h
-
-#define UNZIP_INTERNAL
-#include "unzip.h"
-
-#define local static
-
-#define ZE_MEM PK_MEM
-#define ziperr(c, h) return
-
-#endif /* !__zip_h */