diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:39:16 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:39:16 +0200 |
commit | a7b3792787e6c527360c4c12a3bd01821ff30e0d (patch) | |
tree | 57cb5655903b6037e2a2cf93de028a1484b1dd70 /gcc/ada/einfo.ads | |
parent | 8349613899e2e1cf996052e2dba79e0551bfe880 (diff) | |
download | gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.zip gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.tar.gz gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.tar.bz2 |
[multiple changes]
2015-05-26 Bob Duff <duff@adacore.com>
* einfo.adb, einfo.ads, sprint.adb, lib-xref.ads: Minor cleanup: Remove
obsolete Entity_Kinds E_String_Type and E_String_Subtype. Update
redundant assertions.
2015-05-26 Gary Dismukes <dismukes@adacore.com>
* sem_util.adb, sem_util.ads, sem_ch13.adb: Minor typo fixes.
From-SVN: r223680
Diffstat (limited to 'gcc/ada/einfo.ads')
-rw-r--r-- | gcc/ada/einfo.ads | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index 845a83d..6ca5e5e 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -4729,11 +4729,6 @@ package Einfo is -- An array subtype, created by an explicit array subtype declaration, -- or the use of an anonymous array subtype. - E_String_Type, - E_String_Subtype, - -- These are obsolete and not used any more, they are retained to ease - -- transition in getting rid of these obsolete entries. - E_String_Literal_Subtype, -- A special string subtype, used only to describe the type of a string -- literal (will always be one dimensional, with literal bounds). |