summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-06-28 11:05:20 -0500
committerJoel Sherrill <joel@rtems.org>2023-07-03 10:11:58 -0500
commite49e8daf3d997f0196a67cfb8b9e86a88411e432 (patch)
tree24c78e2e0a88f81b5ae8fb4f8653f37aea6f91b2 /cpukit/include/rtems/score
parentbsps/stm32h7: disable MPU alignment for M4-based BSP variants (diff)
downloadrtems-e49e8daf3d997f0196a67cfb8b9e86a88411e432.tar.bz2
Remove unused _IO_Relax
The only use was in a test.
Diffstat (limited to 'cpukit/include/rtems/score')
-rw-r--r--cpukit/include/rtems/score/io.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/include/rtems/score/io.h b/cpukit/include/rtems/score/io.h
index 9cd401eb1d..7fe69841e8 100644
--- a/cpukit/include/rtems/score/io.h
+++ b/cpukit/include/rtems/score/io.h
@@ -133,14 +133,6 @@ int _IO_Base64url(
int wordlen
);
-/**
- * @brief Issues a couple of no-operation instructions.
- *
- * This function may be used to burn a couple of processor cycles with minimum
- * impact on the system bus. It may be used in busy wait loops.
- */
-void _IO_Relax( void );
-
/** @} */
#ifdef __cplusplus