aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnarl
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnarl')
-rw-r--r--gcc/ada/libgnarl/s-stusta.adb2
-rw-r--r--gcc/ada/libgnarl/s-tasdeb.ads1
2 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/libgnarl/s-stusta.adb b/gcc/ada/libgnarl/s-stusta.adb
index 959930b..9b97ea7 100644
--- a/gcc/ada/libgnarl/s-stusta.adb
+++ b/gcc/ada/libgnarl/s-stusta.adb
@@ -29,8 +29,6 @@
-- --
------------------------------------------------------------------------------
-with System.Stack_Usage;
-
-- This is why this package is part of GNARL:
with System.Tasking.Debug;
diff --git a/gcc/ada/libgnarl/s-tasdeb.ads b/gcc/ada/libgnarl/s-tasdeb.ads
index 8d75a5e..1574dd1 100644
--- a/gcc/ada/libgnarl/s-tasdeb.ads
+++ b/gcc/ada/libgnarl/s-tasdeb.ads
@@ -32,7 +32,6 @@
-- This package encapsulates all direct interfaces to task debugging services
-- that are needed by gdb with gnat mode.
-with System.Tasking;
with System.OS_Interface;
package System.Tasking.Debug is