[Ada] Exp_Attr: remove obsolete comment

2019-09-19  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* exp_attr.adb: Remove obsolete comment.

From-SVN: r275946
This commit is contained in:
Arnaud Charlet 2019-09-19 08:13:52 +00:00 committed by Pierre-Marie de Rodat
parent 46a500a5cc
commit 7005758ce7
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2019-09-19 Arnaud Charlet <charlet@adacore.com>
* exp_attr.adb: Remove obsolete comment.
2019-09-19 Eric Botcazou <ebotcazou@adacore.com>
* sem_ch3.adb (Build_Derived_Access_Type): If this is an access-

View File

@ -2381,9 +2381,6 @@ package body Exp_Attr is
-- generate a call to a run-time subprogram that returns the base
-- address of the object.
-- This processing is not needed in the VM case, where dispatching
-- issues are taken care of by the virtual machine.
elsif Is_Class_Wide_Type (Ptyp)
and then Is_Interface (Underlying_Type (Ptyp))
and then Tagged_Type_Expansion