diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2023-06-09 14:31:00 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2023-06-20 13:25:28 +0200 |
commit | 31edd39bc418ccb6b806767ff5cbefd98fb81fb5 (patch) | |
tree | 612484fd28248a30c1676b4fe38d28ea15e50383 /gcc | |
parent | 0607e93490058ec31b6ab57078c54771f139b870 (diff) | |
download | gcc-31edd39bc418ccb6b806767ff5cbefd98fb81fb5.zip gcc-31edd39bc418ccb6b806767ff5cbefd98fb81fb5.tar.gz gcc-31edd39bc418ccb6b806767ff5cbefd98fb81fb5.tar.bz2 |
ada: Remove outdated comment
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnarl/s-mudido.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/libgnarl/s-mudido.ads b/gcc/ada/libgnarl/s-mudido.ads index 06e48bd..cc97463 100644 --- a/gcc/ada/libgnarl/s-mudido.ads +++ b/gcc/ada/libgnarl/s-mudido.ads @@ -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; |