public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Remove unused variable.
@ 2021-05-13  9:06 Martin Liška
  2021-05-13 13:43 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Liška @ 2021-05-13  9:06 UTC (permalink / raw)
  To: gcc-patches

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

Ready for master?
Thanks

gcc/ChangeLog:

	* tree-ssa-dom.c: Remove m_simplifier.
---
  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;
  };
-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-13 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13  9:06 [PATCH] Remove unused variable Martin Liška
2021-05-13 13:43 ` Jeff Law
2021-05-13 19:48   ` 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).