diff options
Diffstat (limited to 'src')
-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 89acd9add..2a53cb1fd 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -67,10 +67,6 @@ struct Thread { /** Mutex where the thread is waiting on (only in \p PRWTMTX state). */ Mutex *p_wtmtxp; #endif -#ifdef CH_USE_CONDVARS - /** CondVar where the thread is waiting on (only in \p PRWTCOND state). */ - CondVar *p_wtcondp; -#endif #ifdef CH_USE_MESSAGES /** Destination thread for message send (only in \p PRSNDMSG state). */ Thread *p_wtthdp; |