aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/threads.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 13:40:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-28 13:40:49 +0000
commit18dee1262ee4a0ad33dfc95683dda1dddc708877 (patch)
treefaec4756e5995d5868ff77a92d3be5186c4a7a39 /src/include/threads.h
parent458a2834834986bc13171439b2f6889ad14044b8 (diff)
downloadChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.tar.gz
ChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.tar.bz2
ChibiOS-18dee1262ee4a0ad33dfc95683dda1dddc708877.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@550 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/threads.h')
-rw-r--r--src/include/threads.h4
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;