]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Code cleanup
authorArnaud Charlet <charlet@adacore.com>
Tue, 22 Dec 2020 16:57:21 +0000 (11:57 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 3 May 2021 09:28:20 +0000 (05:28 -0400)
gcc/ada/

* libgnat/a-ztcoio.adb: Remove unused with clause.

gcc/ada/libgnat/a-ztcoio.adb

index 51031912604c04e6535acb606e20f99215bb1d5e..9efad03b62ce61e6724186301dc13a06a3b70b4c 100644 (file)
@@ -37,8 +37,6 @@ with System.Val_LLF;  use System.Val_LLF;
 with System.WCh_Con;  use System.WCh_Con;
 with System.WCh_WtS;  use System.WCh_WtS;
 
-with Ada.Unchecked_Conversion;
-
 package body Ada.Wide_Wide_Text_IO.Complex_IO is
 
    use Complex_Types;