aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnarl/s-mudido.ads
diff options
context:
space:
mode:
authorRonan Desplanques <desplanques@adacore.com>2023-06-09 14:31:00 +0200
committerMarc Poulhiès <poulhies@adacore.com>2023-06-20 13:25:28 +0200
commit31edd39bc418ccb6b806767ff5cbefd98fb81fb5 (patch)
tree612484fd28248a30c1676b4fe38d28ea15e50383 /gcc/ada/libgnarl/s-mudido.ads
parent0607e93490058ec31b6ab57078c54771f139b870 (diff)
downloadgcc-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/ada/libgnarl/s-mudido.ads')
-rw-r--r--gcc/ada/libgnarl/s-mudido.ads4
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;