summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 15:48:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:48 +0200
commita3ed42193994f969e799581aa979448519caa13e (patch)
treed6798fceeddfda91d19bb0d4d6e8ccbf320c6eb0 /cpukit
parentrtems: Remove deprecated proc_ptr definition (diff)
downloadrtems-a3ed42193994f969e799581aa979448519caa13e.tar.bz2
score: Remove deprecated Thread
This type was deprecated in RTEMS 5.1. Close #3991.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/score/thread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index 2e7380f99a..ee0aee5b79 100644
--- a/cpukit/include/rtems/score/thread.h
+++ b/cpukit/include/rtems/score/thread.h
@@ -89,12 +89,6 @@ extern "C" {
#define RTEMS_SCORE_THREAD_ENABLE_RESOURCE_COUNT
#endif
-/*
- * Only provided for backward compatiblity to not break application
- * configurations.
- */
-typedef void *Thread RTEMS_DEPRECATED;
-
/**
* @brief Type of the numeric argument of a thread entry function with at
* least one numeric argument.