We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bd81a commit 6425deaCopy full SHA for 6425dea
src/goto-programs/graphml_witness.cpp
@@ -532,17 +532,6 @@ void graphml_witnesst::operator()(const symex_target_equationt &equation)
532
graphml[to].invariant_scope=
533
id2string(it->source.pc->source_location.get_function());
534
}
535
- else if(it->is_goto() &&
536
- it->source.pc->is_goto())
537
- {
538
- xmlt &val=edge.new_element("data");
539
- val.set_attribute("key", "sourcecode");
540
- exprt clean_cond=it->cond_expr;
541
- remove_l0_l1(clean_cond);
542
- const std::string cond=from_expr(ns, "", clean_cond);
543
- from_expr(ns, "", not_exprt(clean_cond));
544
- val.data="["+cond+"]";
545
- }
546
547
graphml[to].in[from].xml_node=edge;
548
graphml[from].out[to].xml_node=edge;
0 commit comments