Remove unused variable in TAP-Win32 setup_device().
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 11:57:11 +0000 (12:57 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 12 Jul 2014 12:34:19 +0000 (13:34 +0100)
commit6e221a828f87a511aecee9d9263a1db0836701c4
tree30c675f5b4a228ad3628b93c8576fdf8a4b5ade7
parent2d2e94406c5f595eff67a01ee6bb1190f77c37ff
Remove unused variable in TAP-Win32 setup_device().

This fixes the following compiler warning when building for Windows:

mingw/device.c: In function ‘setup_device’:
mingw/device.c:92:9: error: unused variable ‘thread’ [-Werror=unused-variable]
  HANDLE thread;
           ^
src/mingw/device.c