about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcurl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedcurl.c')
-rw-r--r--src/wrapped/wrappedcurl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedcurl.c b/src/wrapped/wrappedcurl.c
index b758e74b..06a49a0c 100644
--- a/src/wrapped/wrappedcurl.c
+++ b/src/wrapped/wrappedcurl.c
@@ -796,10 +796,4 @@ EXPORT uint32_t my_curl_share_setopt(x64emu_t* emu, void* handle, CURLSHoption o
     }
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"