about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedgomp.c')
-rw-r--r--src/wrapped/wrappedgomp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedgomp.c b/src/wrapped/wrappedgomp.c
index 6cf9f200..679b1a94 100644
--- a/src/wrapped/wrappedgomp.c
+++ b/src/wrapped/wrappedgomp.c
@@ -63,11 +63,4 @@ EXPORT void my_GOMP_parallel(x64emu_t* emu, void* f, void* data, unsigned num_th
     my->GOMP_parallel(find_parallel_Fct(f), data, num_threads, flags);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);     \
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-