summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada/rtems.adb')
-rw-r--r--c/src/ada/rtems.adb11
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/ada/rtems.adb b/c/src/ada/rtems.adb
index 8e6a78da82..f8803426df 100644
--- a/c/src/ada/rtems.adb
+++ b/c/src/ada/rtems.adb
@@ -21,17 +21,6 @@ with Interfaces.C;
package body RTEMS is
--
- -- Mode Building Functions
- --
-
- function Interrupt_Level (
- Level : in RTEMS.Unsigned32
- ) return RTEMS.Attribute is
- begin
- return 0;
- end Interrupt_Level;
-
- --
-- Utility Functions
--