about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/box64context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 17f4a2a0..da1f91af 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -122,8 +122,6 @@ typedef struct box64context_s {
     kh_defaultversion_t *weakdefver;    // the weak default version for symbols (the XXX@@vvvv of symbols)
     vkprocaddess_t      vkprocaddress;
 
-    pthread_mutex_t     mutex_once;
-    pthread_mutex_t     mutex_once2;
     pthread_mutex_t     mutex_trace;
     #ifndef DYNAREC
     pthread_mutex_t     mutex_lock;     // dynarec build will use their own mecanism