public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6343] [Ada] Small cleanup of osint-m.adb
Date: Fri,  7 Jan 2022 16:26:48 +0000 (GMT)	[thread overview]
Message-ID: <20220107162648.510223858D28@sourceware.org> (raw)

https://gcc.gnu.org/g:9ceb18d4a28e416cd5d85cbc66427258fcfa9180

commit r12-6343-g9ceb18d4a28e416cd5d85cbc66427258fcfa9180
Author: Bob Duff <duff@adacore.com>
Date:   Fri Dec 10 13:21:38 2021 -0500

    [Ada] Small cleanup of osint-m.adb
    
    gcc/ada/
    
            * osint-m.adb: Remove with_clause and pragma.

Diff:
---
 gcc/ada/osint-m.adb | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gcc/ada/osint-m.adb b/gcc/ada/osint-m.adb
index 35f67f9d4fe..8eeaddd7bf0 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
 
    -----------------------


                 reply	other threads:[~2022-01-07 16:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220107162648.510223858D28@sourceware.org \
    --to=pmderodat@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).