Remove unsafe cancellation code from events

This commit is contained in:
Cameron Gutman
2016-02-16 09:17:59 -05:00
parent ac52faa6c2
commit 8b6ca3d89b
2 changed files with 2 additions and 17 deletions

View File

@@ -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