From 63f71bb1fdb81519aea3d7ae9a1e4c94262c8d0b Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Sun, 5 Oct 2008 17:45:26 +0000 Subject: [PATCH] Removed superfluous edge dump. [r22504] --- heuristical.c | 1 - 1 file changed, 1 deletion(-) diff --git a/heuristical.c b/heuristical.c index 1011d3e5d..cad3e8ce6 100644 --- a/heuristical.c +++ b/heuristical.c @@ -370,7 +370,6 @@ void applyRI(pbqp *pbqp) normalize_towards_target(pbqp, edge); } else { pbqp_matrix_add_to_all_rows(mat, node->costs); - dump_edge(pbqp, edge); normalize_towards_source(pbqp, edge); } disconnect_edge(other_node, edge); -- 2.20.1