summarylogtreecommitdiffstats
path: root/patch-misc-unzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch-misc-unzip.h')
-rw-r--r--patch-misc-unzip.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/patch-misc-unzip.h b/patch-misc-unzip.h
deleted file mode 100644
index cc99ae29d53e..000000000000
--- a/patch-misc-unzip.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- misc/unzip.h.orig 2013-02-24 18:47:37.112077049 -0800
-+++ misc/unzip.h 2013-02-24 18:48:46.040942781 -0800
-@@ -49,6 +49,10 @@
- #include "zlib.h"
- #endif
-
-+#ifndef OF
-+#define OF(x) x
-+#endif
-+
- #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
- /* like the STRICT of WIN32, we define a pointer that cannot be converted
- from (void*) without cast */