diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-26 10:39:16 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-26 10:39:16 +0000 |
commit | 9db9a1a4d9a4d6b2ce66064f8f8ce1825e7c4a00 (patch) | |
tree | 57cb5655903b6037e2a2cf93de028a1484b1dd70 /gcc/ada/einfo.ads | |
parent | 23225afbab5d8d8abb987e4f45507c7ac70c762f (diff) | |
download | gcc-9db9a1a4d9a4d6b2ce66064f8f8ce1825e7c4a00.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223680 138bc75d-0d04-0410-961f-82ee72b054a4
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 845a83d392e..6ca5e5e0140 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). |