[PATCH 16/16] score: Remove deprecated Thread
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 13 06:52:02 UTC 2020
This type was deprecated in RTEMS 5.1.
Close #3991.
---
cpukit/include/rtems/score/thread.h | 6 ------
1 file changed, 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.
--
2.26.2
More information about the devel
mailing list