Commit 7005758c by Arnaud Charlet Committed by Pierre-Marie de Rodat

[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
parent 46a500a5
2019-09-19 Arnaud Charlet <charlet@adacore.com>
* exp_attr.adb: Remove obsolete comment.
2019-09-19 Eric Botcazou <ebotcazou@adacore.com> 2019-09-19 Eric Botcazou <ebotcazou@adacore.com>
* sem_ch3.adb (Build_Derived_Access_Type): If this is an access- * sem_ch3.adb (Build_Derived_Access_Type): If this is an access-
......
...@@ -2381,9 +2381,6 @@ package body Exp_Attr is ...@@ -2381,9 +2381,6 @@ package body Exp_Attr is
-- generate a call to a run-time subprogram that returns the base -- generate a call to a run-time subprogram that returns the base
-- address of the object. -- 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) elsif Is_Class_Wide_Type (Ptyp)
and then Is_Interface (Underlying_Type (Ptyp)) and then Is_Interface (Underlying_Type (Ptyp))
and then Tagged_Type_Expansion and then Tagged_Type_Expansion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment