Skip to content

Commit 5be52ba

Browse files
committed
Remove unused declaration
It is never used and shadows a class member.
1 parent 5e5bf61 commit 5be52ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/goto-instrument/dot.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ void dott::output(std::ostream &out)
264264
out << "digraph G {\n";
265265
out << DOTGRAPHSETTINGS << '\n';
266266

267-
std::list<exprt> clusters;
268-
269267
forall_goto_functions(it, goto_model.goto_functions)
270268
if(it->second.body_available())
271269
write_dot_subgraph(out, id2string(it->first), it->second.body);

0 commit comments

Comments
 (0)