about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedopencl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedopencl.c')
-rw-r--r--src/wrapped/wrappedopencl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wrapped/wrappedopencl.c b/src/wrapped/wrappedopencl.c
index 067482e7..9ac1fd70 100644
--- a/src/wrapped/wrappedopencl.c
+++ b/src/wrapped/wrappedopencl.c
@@ -93,11 +93,4 @@ EXPORT void* my_clCreateContextFromType(x64emu_t* emu, void* prop, uint32_t type
     return my->clCreateContextFromType(prop, type, find_notity_context_Fct(f), data, ret);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"
-