about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibsm.c')
-rw-r--r--src/wrapped/wrappedlibsm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibsm.c b/src/wrapped/wrappedlibsm.c
index 1ab0c30f..e9907413 100644
--- a/src/wrapped/wrappedlibsm.c
+++ b/src/wrapped/wrappedlibsm.c
@@ -135,10 +135,4 @@ EXPORT int my_SmcRequestSaveYourselfPhase2(x64emu_t* emu, void* smcConn, void* c
     return my->SmcRequestSaveYourselfPhase2(smcConn, findRequestFct(cb), data);
 }
 
-#define CUSTOM_INIT \
-    getMy(lib);
-
-#define CUSTOM_FINI \
-    freeMy();
-
 #include "wrappedlib_init.h"