summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/modes.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/rtems/macros/modes.inl8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/exec/rtems/macros/modes.inl b/c/src/exec/rtems/macros/modes.inl
index 5f71796c07..a7dea6516d 100644
--- a/c/src/exec/rtems/macros/modes.inl
+++ b/c/src/exec/rtems/macros/modes.inl
@@ -19,14 +19,6 @@
/*PAGE
*
- * RTEMS_INTERRUPT_LEVEL
- */
-
-#define RTEMS_INTERRUPT_LEVEL( _mode_set ) \
- ( (_mode_set) & RTEMS_INTERRUPT_MASK )
-
-/*PAGE
- *
* _Modes_Mask_changed
*
*/