From: Bob Duff Date: Sat, 21 Mar 2020 21:29:21 +0000 (-0400) Subject: [Ada] Remove unnecessary use_clause from stringt.ads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f6f89a494e3b9b2d9ed73589f04b54c3282a5ef;p=gcc.git [Ada] Remove unnecessary use_clause from stringt.ads 2020-06-12 Bob Duff gcc/ada/ * stringt.ads: Remove "use System;". --- 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