mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 21:13:27 +00:00
Fix 1393408 unused value in graph.c
This commit is contained in:
parent
0bdcccf575
commit
68b4e5e52b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user