From 6f6f89a494e3b9b2d9ed73589f04b54c3282a5ef Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Sat, 21 Mar 2020 17:29:21 -0400 Subject: [PATCH] [Ada] Remove unnecessary use_clause from stringt.ads 2020-06-12 Bob Duff gcc/ada/ * stringt.ads: Remove "use System;". --- 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 -- 2.30.2