about summary refs log tree commit diff stats
path: root/src/box64context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/box64context.c')
-rw-r--r--src/box64context.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/box64context.c b/src/box64context.c
index b52e41e3..d2cd150a 100644
--- a/src/box64context.c
+++ b/src/box64context.c
@@ -223,10 +223,6 @@ box64context_t *NewBox64Context(int argc)
 
     init_custommem_helper(context);
 
-    #ifdef DYNAREC
-    x64test_init();
-    #endif
-
     context->maplib = NewLibrarian(context);
     context->local_maplib = NewLibrarian(context);
     context->versym = NewDictionnary();