diff options
Diffstat (limited to 'gcc/ada/gnatlbr.adb')
-rw-r--r-- | gcc/ada/gnatlbr.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/gnatlbr.adb b/gcc/ada/gnatlbr.adb index 7bf0a806e76..75d1e37d0e0 100644 --- a/gcc/ada/gnatlbr.adb +++ b/gcc/ada/gnatlbr.adb @@ -45,14 +45,12 @@ with Ada.Command_Line; use Ada.Command_Line; with Ada.Text_IO; use Ada.Text_IO; with GNAT.OS_Lib; use GNAT.OS_Lib; -with Gnatvsn; use Gnatvsn; with Interfaces.C_Streams; use Interfaces.C_Streams; with Osint; use Osint; with Sdefault; use Sdefault; with System; procedure GnatLbr is - pragma Ident (Gnat_Version_String); type Lib_Mode is (None, Create, Set, Delete); Next_Arg : Integer; |