about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsmime3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsmime3.c')
-rw-r--r--src/wrapped/wrappedsmime3.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedsmime3.c b/src/wrapped/wrappedsmime3.c
index 858c16b9..dde3c4d9 100644
--- a/src/wrapped/wrappedsmime3.c
+++ b/src/wrapped/wrappedsmime3.c
@@ -302,11 +302,4 @@ EXPORT int my_CERT_DecodeCertPackage(x64emu_t* emu, void* cert, int len, void* f
     return my->CERT_DecodeCertPackage(cert, len, find_CERTImportCertificateFunc_Fct(f), data);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-