diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:43:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-03 12:43:02 +0000 |
commit | a054e9599dc5290a07464542530324f87000690c (patch) | |
tree | 2416c71293496803839e82e7a9466d931bfde1ba /src | |
parent | 071e9457b0645f07a90485bd7a7c68fa5e34801b (diff) | |
download | ChibiOS-a054e9599dc5290a07464542530324f87000690c.tar.gz ChibiOS-a054e9599dc5290a07464542530324f87000690c.tar.bz2 ChibiOS-a054e9599dc5290a07464542530324f87000690c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@422 35acf78f-673a-0410-8e92-d51de3d6d3f4
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; |