From bf75d6496f411bbbacc2d0687a32f0043c704438 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 26 Oct 2022 13:48:28 +0200 Subject: Made a custom implementation of pthread_once --- src/include/box64context.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') 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 -- cgit 1.4.1