tinc/src/mingw
Etienne Dechamps 5217c16db4 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;
                  ^
2014-07-12 13:34:19 +01:00
..
common.h Update the address of the Free Software Foundation in all copyright headers. 2009-09-25 00:01:00 +02:00
device.c Remove unused device stats variables. 2014-07-12 13:34:19 +01:00