[rtems commit] score: Remove deprecated Thread
Sebastian Huber
sebh at rtems.org
Tue Jul 14 05:26:19 UTC 2020
Module: rtems
Branch: master
Commit: a3ed42193994f969e799581aa979448519caa13e
Changeset: http://git.rtems.org/rtems/commit/?id=a3ed42193994f969e799581aa979448519caa13e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu May 28 15:48:35 2020 +0200
score: Remove deprecated Thread
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 2e7380f..ee0aee5 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.
More information about the vc
mailing list