[Ada] Remove unnecessary use_clause from stringt.ads
authorBob Duff <duff@adacore.com>
Sat, 21 Mar 2020 21:29:21 +0000 (17:29 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 12 Jun 2020 08:29:14 +0000 (04:29 -0400)
2020-06-12  Bob Duff  <duff@adacore.com>

gcc/ada/

* stringt.ads: Remove "use System;".

gcc/ada/stringt.ads

index 52f5fd7..ede7bfd 100644 (file)
@@ -30,7 +30,7 @@
 ------------------------------------------------------------------------------
 
 with Namet;  use Namet;
-with System; use System;
+with System;
 with Types;  use Types;
 
 package Stringt is