public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4557] Remove unused back_threader destructor.
@ 2021-10-20 10:24 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2021-10-20 10:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6fca1761a16c68740f875fc487b98b6bde8e9be7

commit r12-4557-g6fca1761a16c68740f875fc487b98b6bde8e9be7
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Wed Oct 20 07:15:17 2021 +0200

    Remove unused back_threader destructor.
    
    Tested on x86-64 Linux.
    
    gcc/ChangeLog:
    
            * tree-ssa-threadbackward.c (back_threader::~back_threader): Remove.

Diff:
---
 gcc/tree-ssa-threadbackward.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/tree-ssa-threadbackward.c b/gcc/tree-ssa-threadbackward.c
index 96422a1390e..d94e3b962db 100644
--- a/gcc/tree-ssa-threadbackward.c
+++ b/gcc/tree-ssa-threadbackward.c
@@ -76,7 +76,6 @@ class back_threader
 {
 public:
   back_threader (bool speed_p, bool resolve);
-  ~back_threader ();
   void maybe_thread_block (basic_block bb);
   bool thread_through_all_blocks (bool may_peel_loop_headers);
 private:
@@ -128,10 +127,6 @@ back_threader::back_threader (bool speed_p, bool resolve)
   m_resolve = resolve;
 }
 
-back_threader::~back_threader ()
-{
-}
-
 // Register the current path for jump threading if it's profitable to
 // do so.
 //


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

only message in thread, other threads:[~2021-10-20 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 10:24 [gcc r12-4557] Remove unused back_threader destructor 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).