From: Frédéric Perrin fperrin@brocade.com
--- ui_common.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/ui_common.c b/ui_common.c index 8cb1e22..a4d4ba0 100644 --- a/ui_common.c +++ b/ui_common.c @@ -263,9 +263,6 @@ void analyse_data() { } u_screen_line = { &screen_line }; addr_pair ap; int i; - int tsent, trecv; - tsent = trecv = 0; -
ap = *(addr_pair*)n->key;