[Ada] Exp_Attr: remove obsolete comment
authorArnaud Charlet <charlet@adacore.com>
Thu, 19 Sep 2019 08:13:52 +0000 (08:13 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 19 Sep 2019 08:13:52 +0000 (08:13 +0000)
2019-09-19  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* exp_attr.adb: Remove obsolete comment.

From-SVN: r275946

gcc/ada/ChangeLog
gcc/ada/exp_attr.adb

index 9b05d3ef246c716858c169fedadd553d87fd07c3..b4bfc009b3eb5b51f93a07fbdf516e99e17af457 100644 (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-
index 817e7ef4cabba239d14e1c2ac97b0d1bf6142c6f..1459cfcd04ffdb152a2bd78610ffd6a6f0d2f236 100644 (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