Fix 1393408 unused value in graph.c

This commit is contained in:
cyanpencil 2018-07-15 09:47:35 +02:00 committed by radare
parent 0bdcccf575
commit 68b4e5e52b

View File

@ -2821,7 +2821,6 @@ static void agraph_print_edges(RAGraph *g) {
}
if (!a->is_dummy && itn == neighbours->head && out_nth == 0 && bx > ax) {
a_x_inc += 4;
ax += (many && !g->is_callgraph) ? 0 : 4;
}
if (a->h < a->layer_height) {