public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1172] Remove deprecated vrange::kind().
@ 2023-05-24 18:41 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2023-05-24 18:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:003e641f0cd97d9f014dea756cb832143ab8d5ed

commit r14-1172-g003e641f0cd97d9f014dea756cb832143ab8d5ed
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Wed May 24 19:59:20 2023 +0200

    Remove deprecated vrange::kind().
    
    gcc/ChangeLog:
    
            * value-range.h (vrange::kind): Remove.

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

diff --git a/gcc/value-range.h b/gcc/value-range.h
index 936eb175062..b8cc2a0e76a 100644
--- a/gcc/value-range.h
+++ b/gcc/value-range.h
@@ -100,9 +100,6 @@ public:
   bool operator== (const vrange &) const;
   bool operator!= (const vrange &r) const { return !(*this == r); }
   void dump (FILE *) const;
-
-  enum value_range_kind kind () const;		// DEPRECATED
-
 protected:
   vrange (enum value_range_discriminator d) : m_discriminator (d) { }
   ENUM_BITFIELD(value_range_kind) m_kind : 8;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-24 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 18:41 [gcc r14-1172] Remove deprecated vrange::kind() Aldy Hernandez

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).