public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-775] Remove unused variable.
@ 2021-05-13 17:17 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-05-13 17:17 UTC (permalink / raw)
  To: gcc-cvs

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;
 };


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

only message in thread, other threads:[~2021-05-13 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 17:17 [gcc r12-775] Remove unused variable Martin Liska

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