Remove unused device stats variables.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 12:27:05 +0000 (13:27 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 12:34:19 +0000 (13:34 +0100)
commit5217c16db4babd64580c2fd7aa36180bb9bd838c
treec62f67b070065b9151c1e22a7259f8d6390fd515
parent6e221a828f87a511aecee9d9263a1db0836701c4
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;
                  ^
src/device.h
src/mingw/device.c