diff options
Diffstat (limited to 'gcc/ada/a-sytaco.adb')
-rw-r--r-- | gcc/ada/a-sytaco.adb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ada/a-sytaco.adb b/gcc/ada/a-sytaco.adb index 739bc4d2f67..98fcfaa5f98 100644 --- a/gcc/ada/a-sytaco.adb +++ b/gcc/ada/a-sytaco.adb @@ -31,11 +31,6 @@ -- -- ------------------------------------------------------------------------------ -pragma Warnings (Off); --- Allow withing of non-Preelaborated units in Ada 2005 mode where this --- package will be categorized as Preelaborate. See AI-362 for details. --- It is safe in the context of the run-time to violate the rules! - with System.Tasking; -- Used for Detect_Blocking -- Self @@ -51,8 +46,6 @@ with System.Task_Primitives.Operations; -- Set_True -- Suspend_Until_True -pragma Warnings (On); - package body Ada.Synchronous_Task_Control is ---------------- |