OSDN Git Service

2002-05-31 Florian Weimer <fw@deneb.enyo.de>
authorfw <fw@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 May 2002 19:27:59 +0000 (19:27 +0000)
committerfw <fw@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 May 2002 19:27:59 +0000 (19:27 +0000)
* 5ntaprop.adb (with System.OS_Primitives): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54113 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/5ntaprop.adb
gcc/ada/ChangeLog

index 697874c..fd6ce78 100644 (file)
@@ -45,9 +45,6 @@ with System.Tasking;
 --  used for Ada_Task_Control_Block
 --           Task_ID
 
-with System.OS_Primitives;
---  used for Delay_Modes
-
 with System.Error_Reporting;
 --  used for Shutdown
 
@@ -55,7 +52,6 @@ package body System.Task_Primitives.Operations is
 
    use System.Tasking;
    use System.Parameters;
-   use System.OS_Primitives;
 
    -----------------
    -- Stack_Guard --
index 7c5f960..9bdbc0e 100644 (file)
@@ -1,5 +1,7 @@
 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
 
+       * 5ntaprop.adb (with System.OS_Primitives): Remove.
+
        * cstreams.c (max_path_len): Move from here ...
        * adaint.c (__gnat_max_path_len): ... to here.
        * adaint.c (__gnat_max_path_len): Declare.