about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedgcrypt.c')
-rw-r--r--src/wrapped/wrappedgcrypt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wrapped/wrappedgcrypt.c b/src/wrapped/wrappedgcrypt.c
index f04e5232..827e3924 100644
--- a/src/wrapped/wrappedgcrypt.c
+++ b/src/wrapped/wrappedgcrypt.c
@@ -85,12 +85,4 @@ EXPORT uint32_t my_gcry_sexp_build(x64emu_t* emu, void* r_sexp, void* erroff, co
     return my->gcry_sexp_build_array(r_sexp, erroff, (void*)fmt, array);
 }
 
-
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-