public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-775] Remove unused variable.
Date: Thu, 13 May 2021 17:17:22 +0000 (GMT)	[thread overview]
Message-ID: <20210513171722.B165B3894C37@sourceware.org> (raw)

https://gcc.gnu.org/g:1f152f2996b7b4f7ccf8181f26dfd3acbea836f0

commit r12-775-g1f152f2996b7b4f7ccf8181f26dfd3acbea836f0
Author: Martin Liska <mliska@suse.cz>
Date:   Thu May 13 11:05:15 2021 +0200

    Remove unused variable.
    
    Addresses the following clang warning:
    gcc/tree-ssa-dom.c:652:33: warning: private field 'm_simplifier' is not used [-Wunused-private-field]
    
    gcc/ChangeLog:
    
            * tree-ssa-dom.c: Remove m_simplifier.

Diff:
---
 gcc/tree-ssa-dom.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c
index 11b86b2a326..075b1ccb9de 100644
--- a/gcc/tree-ssa-dom.c
+++ b/gcc/tree-ssa-dom.c
@@ -649,7 +649,6 @@ private:
 
   void test_for_singularity (gimple *, avail_exprs_stack *);
 
-  dom_jump_threader_simplifier *m_simplifier;
   jump_threader *m_threader;
   evrp_range_analyzer *m_evrp_range_analyzer;
 };


                 reply	other threads:[~2021-05-13 17:17 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=20210513171722.B165B3894C37@sourceware.org \
    --to=marxin@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).