]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove outdated comment
authorRonan Desplanques <desplanques@adacore.com>
Fri, 9 Jun 2023 12:31:00 +0000 (14:31 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 20 Jun 2023 11:25:28 +0000 (13:25 +0200)
The Preelaborate pragma the removed comment was referring to was
indeed present in AI 167, as well as in clause 5.3 of the rationale
for Ada 2012, but it never made it into the 2012 version of the
reference manual.

gcc/ada/

* libgnarl/s-mudido.ads: Remove outdated comment.

gcc/ada/libgnarl/s-mudido.ads

index 06e48bd1b9c04d4a52e4f600fc9844cd30e67e90..cc97463077bb83686786e4af970d2237d74c124c 100644 (file)
@@ -20,10 +20,6 @@ with Ada.Task_Identification;
 private with System.Tasking;
 
 package System.Multiprocessors.Dispatching_Domains is
-   --  pragma Preelaborate (Dispatching_Domains);
-   --  ??? According to AI 167 this unit should be preelaborate, but it cannot
-   --  be preelaborate because it depends on Ada.Real_Time which is not
-   --  preelaborate.
 
    Dispatching_Domain_Error : exception;