about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibz.c')
-rw-r--r--src/wrapped/wrappedlibz.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wrapped/wrappedlibz.c b/src/wrapped/wrappedlibz.c
index 39468d47..843ab95a 100644
--- a/src/wrapped/wrappedlibz.c
+++ b/src/wrapped/wrappedlibz.c
@@ -195,12 +195,4 @@ EXPORT int my_inflate(x64emu_t* emu, void* str, int flush)
     return ret;
 }
 
-
-
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"