public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-1257] [Ada] Remove unnecessary use_clause from stringt.ads
@ 2020-06-12  8:35 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2020-06-12  8:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6f6f89a494e3b9b2d9ed73589f04b54c3282a5ef

commit r11-1257-g6f6f89a494e3b9b2d9ed73589f04b54c3282a5ef
Author: Bob Duff <duff@adacore.com>
Date:   Sat Mar 21 17:29:21 2020 -0400

    [Ada] Remove unnecessary use_clause from stringt.ads
    
    2020-06-12  Bob Duff  <duff@adacore.com>
    
    gcc/ada/
    
            * stringt.ads: Remove "use System;".

Diff:
---
 gcc/ada/stringt.ads | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/stringt.ads b/gcc/ada/stringt.ads
index 52f5fd74210..ede7bfd8ca0 100644
--- a/gcc/ada/stringt.ads
+++ b/gcc/ada/stringt.ads
@@ -30,7 +30,7 @@
 ------------------------------------------------------------------------------
 
 with Namet;  use Namet;
-with System; use System;
+with System;
 with Types;  use Types;
 
 package Stringt is


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-12  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12  8:35 [gcc r11-1257] [Ada] Remove unnecessary use_clause from stringt.ads Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).