diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index b63636e63..4681a9caa 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -94,10 +94,6 @@ struct Thread { /** The list of the threads waiting for this thread termination. */ Thread *p_waiting; #endif -#ifdef CH_USE_EXIT_EVENT - /** The thread termination \p EventSource. */ - EventSource p_exitesource; -#endif #ifdef CH_USE_MESSAGES ThreadsQueue p_msgqueue; msg_t p_msg; |