From 7005758ce72896e478245ed2de0aa146427a2ec9 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Thu, 19 Sep 2019 08:13:52 +0000 Subject: [PATCH] [Ada] Exp_Attr: remove obsolete comment 2019-09-19 Arnaud Charlet gcc/ada/ * exp_attr.adb: Remove obsolete comment. From-SVN: r275946 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/exp_attr.adb | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9b05d3e..b4bfc00 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-09-19 Arnaud Charlet + + * exp_attr.adb: Remove obsolete comment. + 2019-09-19 Eric Botcazou * sem_ch3.adb (Build_Derived_Access_Type): If this is an access- diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index 817e7ef..1459cfc 100644 --- a/gcc/ada/exp_attr.adb +++ b/gcc/ada/exp_attr.adb @@ -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 -- 2.7.4