From f9f082ee53ae0ab8e12b0c1bf1de339af8b92282 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 10 Apr 2025 18:14:50 +0800 Subject: [WOW64] More work on the PE wow64 build (#2518) * [WOW64] More work on the PE wow64 build * added a TODO --- src/libtools/threads.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libtools/threads.c') diff --git a/src/libtools/threads.c b/src/libtools/threads.c index 02ada9ca..dfe92ab0 100644 --- a/src/libtools/threads.c +++ b/src/libtools/threads.c @@ -7,8 +7,6 @@ #include #include #include -#include -#include #include "os.h" #include "debug.h" @@ -67,9 +65,6 @@ typedef struct x64_unwind_buff_s { typedef void(*vFv_t)(); KHASH_MAP_INIT_INT64(threadstack, threadstack_t*) -#ifndef ANDROID -KHASH_MAP_INIT_INT64(cancelthread, __pthread_unwind_buf_t*) -#endif void CleanStackSize(box64context_t* context) { -- cgit 1.4.1