diff options
author | Arnaud Charlet <charlet@adacore.com> | 2019-09-19 08:13:52 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-09-19 08:13:52 +0000 |
commit | 7005758ce72896e478245ed2de0aa146427a2ec9 (patch) | |
tree | b4b04842feebc07de75f5714dbad2aa1899058a8 /gcc | |
parent | 46a500a5cc81138ada165e97e63aed7bea4103e2 (diff) | |
download | gcc-7005758ce72896e478245ed2de0aa146427a2ec9.zip gcc-7005758ce72896e478245ed2de0aa146427a2ec9.tar.gz gcc-7005758ce72896e478245ed2de0aa146427a2ec9.tar.bz2 |
[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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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- 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 |