]> gitweb.fperrin.net Git - iftop.git/commitdiff
Silence a warning
authorFrédéric Perrin <fperrin@brocade.com>
Tue, 31 Mar 2015 16:02:14 +0000 (17:02 +0100)
committerFrédéric Perrin <fperrin@brocade.com>
Thu, 2 Apr 2015 15:32:16 +0000 (16:32 +0100)
ui_common.c

index 8cb1e22bdf2f626c7c6b4f7c276ae071952120b8..a4d4ba0e63735bf88da663c3fd1e6e92f201be77 100644 (file)
@@ -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;