summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-16 07:47:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-20 15:18:49 +0100
commit600360dadf5bc8c62fc91d4bea55d6e5e8900595 (patch)
tree89a88acce8335fbee5de8c5277975086194778e7 /cpukit
parentscore: Add _Thread_Append_post_switch_action() (diff)
downloadrtems-600360dadf5bc8c62fc91d4bea55d6e5e8900595.tar.bz2
rtems: Remove unused _Modes_Mask_changed()
Update #4244.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/rtems/modesimpl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/include/rtems/rtems/modesimpl.h b/cpukit/include/rtems/rtems/modesimpl.h
index 5a147b10b9..db98cb419f 100644
--- a/cpukit/include/rtems/rtems/modesimpl.h
+++ b/cpukit/include/rtems/rtems/modesimpl.h
@@ -36,20 +36,6 @@ extern "C" {
*/
/**
- * @brief Checks if any of the mode flags in mask are set in mode_set.
- *
- * This function returns TRUE if any of the mode flags in mask
- * are set in mode_set, and FALSE otherwise.
- */
-RTEMS_INLINE_ROUTINE bool _Modes_Mask_changed (
- rtems_mode mode_set,
- rtems_mode masks
-)
-{
- return ( mode_set & masks ) ? true : false;
-}
-
-/**
* @brief Checks if mode_set says that Asynchronous Signal Processing is disabled.
*
* This function returns TRUE if mode_set indicates that Asynchronous