]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Small cleanup of osint-m.adb
authorBob Duff <duff@adacore.com>
Fri, 10 Dec 2021 18:21:38 +0000 (13:21 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 7 Jan 2022 16:24:04 +0000 (16:24 +0000)
gcc/ada/

* osint-m.adb: Remove with_clause and pragma.

gcc/ada/osint-m.adb

index 35f67f9d4fe946817dde3fea00052379b7a07a99..8eeaddd7bf04c09e9922b5554b4848b94246134f 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
-with Osint;
-
-pragma Elaborate_All (Osint);
---  This pragma is needed because of the call to Set_Program in the
---  elaboration of the package. We cannot rely on the static model
---  of elaboration since the compiler is routinely compiled with
---  checks off (-gnatp), and with older versions of the compiler
---  (up to and including most 5.04 wavefronts), -gnatp suppresses
---  the static elaboration check mechanisms. It could be removed
---  one day, but there really is no need to do so.
-
 package body Osint.M is
 
    -----------------------