aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chthreads.h')
-rw-r--r--os/rt/include/chthreads.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h
index 44b9e2032..6632d8d62 100644
--- a/os/rt/include/chthreads.h
+++ b/os/rt/include/chthreads.h
@@ -45,11 +45,6 @@
/*===========================================================================*/
/**
- * @brief Type of a thread reference.
- */
-typedef thread_t * thread_reference_t;
-
-/**
* @brief Thread function.
*/
typedef msg_t (*tfunc_t)(void *p);