diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/threads.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index a35b02f3..dee33f58 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -10,7 +10,6 @@ typedef struct emuthread_s { x64emu_t* emu; int join; uintptr_t self; - ulong_t hself; int cancel_cap, cancel_size; void** cancels; } emuthread_t; |