projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4459999
)
[Ada] Remove unnecessary use_clause from stringt.ads
author
Bob Duff
<duff@adacore.com>
Sat, 21 Mar 2020 21:29:21 +0000
(17:29 -0400)
committer
Pierre-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
patch
|
blob
|
history
diff --git
a/gcc/ada/stringt.ads
b/gcc/ada/stringt.ads
index 52f5fd74210d3576c592166b1661116545f92bda..ede7bfd8ca052f317a913cb61268f219061c7e31 100644
(file)
--- 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