public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Aldy Hernandez <aldyh@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-380] Remove unused friends in int_range<>.
Date: Mon,  1 May 2023 06:47:06 +0000 (GMT)	[thread overview]
Message-ID: <20230501064706.220733858D39@sourceware.org> (raw)

https://gcc.gnu.org/g:19a5b824ef1486a5caf94c7cde7facb2dd4fd96e

commit r14-380-g19a5b824ef1486a5caf94c7cde7facb2dd4fd96e
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Mon May 1 08:45:42 2023 +0200

    Remove unused friends in int_range<>.
    
    gcc/ChangeLog:
    
            * value-range.h (class int_range): Remove gt_ggc_mx and gt_pch_nx
            friends.

Diff:
---
 gcc/value-range.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/value-range.h b/gcc/value-range.h
index 5cff50e6d03..ab8d7d3c5dc 100644
--- a/gcc/value-range.h
+++ b/gcc/value-range.h
@@ -216,11 +216,6 @@ public:
 protected:
   int_range (tree, tree, value_range_kind = VR_RANGE);
 private:
-  template <unsigned X> friend void gt_ggc_mx (int_range<X> *);
-  template <unsigned X> friend void gt_pch_nx (int_range<X> *);
-  template <unsigned X> friend void gt_pch_nx (int_range<X> *,
-					       gt_pointer_operator, void *);
-
   wide_int m_ranges[N*2];
 };

                 reply	other threads:[~2023-05-01  6:47 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=20230501064706.220733858D39@sourceware.org \
    --to=aldyh@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).