mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-19 22:50:11 +00:00
Remove unsafe cancellation code from events
This commit is contained in:
@@ -28,7 +28,6 @@ typedef struct _PLT_EVENT {
|
||||
pthread_mutex_t mutex;
|
||||
pthread_cond_t cond;
|
||||
int signalled;
|
||||
int cancelled;
|
||||
} PLT_EVENT;
|
||||
#else
|
||||
#error Unsupported platform
|
||||
|
||||
Reference in New Issue
Block a user