diff options
author | Paul Warren <pdw@ex-parrot.com> | 2017-01-04 23:00:12 +0000 |
---|---|---|
committer | Paul Warren <pdw@ex-parrot.com> | 2017-01-04 23:00:12 +0000 |
commit | eb087b0c831bcae116f4fab6c861adce54fddce9 (patch) | |
tree | 3554ac8549d9ae103ba1386325c9381f703cc7cb | |
parent | 839800b6e076dd1733dab8a5e13993ccb36c308b (diff) | |
download | iftop-eb087b0c831bcae116f4fab6c861adce54fddce9.zip |
Fix compilation warning from Frédéric Perrin <fperrin@brocade.com>
-rw-r--r-- | ui_common.c | 3 |
1 files changed, 0 insertions, 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; |