jer 14/10/25 10:04:41 Added: iftop-1.0_pre4-tsent-set-but-not-used.patch Log: Remove unused variable. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-tsent-set-but-not-used.patch?rev=1.1&content-type=text/plain Index: iftop-1.0_pre4-tsent-set-but-not-used.patch =================================================================== --- a/ui_common.c +++ b/ui_common.c @@ -263,9 +263,6 @@ } u_screen_line = { &screen_line }; addr_pair ap; int i; - int tsent, trecv; - tsent = trecv = 0; - ap = *(addr_pair*)n->key;
