about summary refs log tree commit diff stats
path: root/src/libtools/threads32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtools/threads32.c')
-rwxr-xr-xsrc/libtools/threads32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libtools/threads32.c b/src/libtools/threads32.c
index 87187b24..c72deca7 100755
--- a/src/libtools/threads32.c
+++ b/src/libtools/threads32.c
@@ -90,9 +90,6 @@ static void del_attr(void* attr);
 typedef void(*vFv_t)();
 
 KHASH_MAP_INIT_INT(threadstack, threadstack_t)
-#ifndef ANDROID
-KHASH_MAP_INIT_INT(cancelthread, __pthread_unwind_buf_t*)
-#endif
 
 void CleanStackSize(box64context_t* context);
 void FreeStackSize(uintptr_t attr);