diff options
Diffstat (limited to 'gcc/ada/g-debpoo.adb')
-rw-r--r-- | gcc/ada/g-debpoo.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/g-debpoo.adb b/gcc/ada/g-debpoo.adb index d5da42a0498..eeb36a2d5dd 100644 --- a/gcc/ada/g-debpoo.adb +++ b/gcc/ada/g-debpoo.adb @@ -46,8 +46,6 @@ with GNAT.Traceback; use GNAT.Traceback; with Ada.Unchecked_Conversion; package body GNAT.Debug_Pools is - use System; - use System.Storage_Elements; Default_Alignment : constant Storage_Offset := Standard'Maximum_Alignment; -- Alignment used for the memory chunks returned by Allocate. Using this @@ -1289,7 +1287,6 @@ package body GNAT.Debug_Pools is Display_Slots : Boolean := False; Display_Leaks : Boolean := False) is - use System.Storage_Elements; package Backtrace_Htable_Cumulate is new GNAT.HTable.Static_HTable (Header_Num => Header, |