diff options
Diffstat (limited to 'src/include/box64context.h')
| -rw-r--r-- | src/include/box64context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index 97c410ad..a3d651d2 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -278,8 +278,6 @@ void thread_set_emu(x64emu_t* emu); void thread_forget_emu(); x64emu_t* thread_get_emu(void); -// unlock mutex that are locked by current thread (for signal handling). Return a mask of unlock mutex -int unlockMutex(void); // relock the muxtex that were unlocked void relockMutex(int locks); |