aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/osint-m.adb
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2021-12-10 13:21:38 -0500
committerPierre-Marie de Rodat <derodat@adacore.com>2022-01-07 16:24:04 +0000
commit9ceb18d4a28e416cd5d85cbc66427258fcfa9180 (patch)
tree0f2e744fcbb0753f9061027b81ff57f7c74ee05c /gcc/ada/osint-m.adb
parente7a7dbb5ca5dd69689f1a462ba7620180acfe8b0 (diff)
downloadgcc-9ceb18d4a28e416cd5d85cbc66427258fcfa9180.zip
gcc-9ceb18d4a28e416cd5d85cbc66427258fcfa9180.tar.gz
gcc-9ceb18d4a28e416cd5d85cbc66427258fcfa9180.tar.bz2
[Ada] Small cleanup of osint-m.adb
gcc/ada/ * osint-m.adb: Remove with_clause and pragma.
Diffstat (limited to 'gcc/ada/osint-m.adb')
-rw-r--r--gcc/ada/osint-m.adb11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/ada/osint-m.adb b/gcc/ada/osint-m.adb
index 35f67f9..8eeaddd 100644
--- a/gcc/ada/osint-m.adb
+++ b/gcc/ada/osint-m.adb
@@ -23,17 +23,6 @@
-- --
------------------------------------------------------------------------------
-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
-----------------------