summaryrefslogtreecommitdiff
path: root/gcc/analyzer/exploded-graph.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2020-03-03 16:45:56 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2020-03-04 10:44:12 -0500
commit13e3ba14eccc0b1ccf1ba9de90443ec7e524f2a6 (patch)
tree81ddd6a03a8df0692482899443b9b9461830a259 /gcc/analyzer/exploded-graph.h
parent94f7d7ec6ebef49a50da777fd71db3d03ee03aa0 (diff)
analyzer: remove unused private fields
gcc/analyzer/ChangeLog: * engine.cc (worklist::worklist): Remove unused field m_eg. (class viz_callgraph_edge): Remove unused field m_call_sedge. (class viz_callgraph): Remove unused field m_sg. * exploded-graph.h (worklist::::m_eg): Remove unused field.
Diffstat (limited to 'gcc/analyzer/exploded-graph.h')
-rw-r--r--gcc/analyzer/exploded-graph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/analyzer/exploded-graph.h b/gcc/analyzer/exploded-graph.h
index c3bd383e924..c0a520a9961 100644
--- a/gcc/analyzer/exploded-graph.h
+++ b/gcc/analyzer/exploded-graph.h
@@ -710,7 +710,6 @@ private:
/* The order is important here: m_scc needs to stick around
until after m_queue has finished being cleaned up (the dtor
calls the ordering fns). */
- const exploded_graph &m_eg;
strongly_connected_components m_scc;
const analysis_plan &m_plan;