Remove redundant with and use of System.Garlic.Units and

System.Garlic.Storages.
Uncovered by E804-013

Subversion-branch: /importfromcvs/trunk
Subversion-revision: 48196
This commit is contained in:
Pascal Obry
2005-09-18 10:27:27 +00:00
parent 1fc0479f91
commit 9cedc4a3a8

View File

@@ -52,7 +52,6 @@ with System.Garlic.Startup;
pragma Elaborate_All (System.Garlic.Startup);
pragma Warnings (Off, System.Garlic.Startup);
with System.Garlic.Storages; use System.Garlic.Storages;
with System.Garlic.Types; use System.Garlic.Types;
with System.Garlic.Utils; use System.Garlic.Utils;
@@ -308,8 +307,6 @@ package body System.Partition_Interface is
Subp_Id : in Subprogram_Id;
Proxy_Address : out Interfaces.Unsigned_64)
is
use System.Garlic.Units;
subtype U64 is Interfaces.Unsigned_64;
Subp_Info : RCI_Subp_Info_Access;