From: Ronan Desplanques Date: Fri, 9 Jun 2023 12:31:00 +0000 (+0200) Subject: ada: Remove outdated comment X-Git-Tag: basepoints/gcc-15~8155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31edd39bc418ccb6b806767ff5cbefd98fb81fb5;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/ada/libgnarl/s-mudido.ads b/gcc/ada/libgnarl/s-mudido.ads index 06e48bd1b9c0..cc97463077bb 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;