WinCE: Remove unused errno header and local variable
authorChris Dickens <christopher.a.dickens@gmail.com>
Mon, 27 Apr 2015 23:54:17 +0000 (16:54 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Mon, 27 Apr 2015 23:54:17 +0000 (16:54 -0700)
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/os/wince_usb.c
libusb/version_nano.h

index 875cc87..8944f86 100644 (file)
@@ -25,7 +25,6 @@
 #include <config.h>
 
 #include <stdint.h>
-#include <errno.h>
 #include <inttypes.h>
 
 #include "libusbi.h"
@@ -37,7 +36,6 @@ unsigned __stdcall wince_clock_gettime_threaded(void* param);
 
 // Global variables
 uint64_t hires_frequency, hires_ticks_to_ps;
-int errno;
 const uint64_t epoch_time = UINT64_C(116444736000000000);       // 1970.01.01 00:00:000 in MS Filetime
 int windows_version = WINDOWS_CE;
 static int concurrent_usage = -1;
index 1de23d4..3ba8318 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10972
+#define LIBUSB_NANO 10973