From: Etienne Dechamps Date: Sat, 12 Jul 2014 12:27:05 +0000 (+0100) Subject: Remove unused device stats variables. X-Git-Tag: release-1.1pre11~63^2~1 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=5217c16db4babd64580c2fd7aa36180bb9bd838c;hp=5217c16db4babd64580c2fd7aa36180bb9bd838c;p=tinc Remove unused device stats variables. This removes a bunch of variables that are never actually used anywhere. This fixes the following compiler warning when building for Windows: mingw/device.c:46:17: error: ‘device_total_in’ defined but not used [-Werror=unused-variable] static uint64_t device_total_in = 0; ^ ---