Index: third_party/libusb/libusb/os/windows_usb.h |
diff --git a/third_party/libusb/libusb/os/windows_usb.h b/third_party/libusb/libusb/os/windows_usb.h |
index b629d1844316a0f1b3a6438865baf9b603e6d9a4..6dbfaf51be7e1151e583abf7776baa69fce780e6 100644 |
--- a/third_party/libusb/libusb/os/windows_usb.h |
+++ b/third_party/libusb/libusb/os/windows_usb.h |
@@ -101,8 +101,6 @@ const GUID GUID_DEVINTERFACE_USB_DEVICE = { 0xA5DCBF10, 0x6530, 0x11D2, {0x90, 0 |
#if !defined(GUID_DEVINTERFACE_USB_HUB) |
const GUID GUID_DEVINTERFACE_USB_HUB = { 0xF18A0E88, 0xC30C, 0x11D0, {0x88, 0x15, 0x00, 0xA0, 0xC9, 0x06, 0xBE, 0xD8} }; |
#endif |
-const GUID GUID_NULL = { 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} }; |
- |
/* |
* Multiple USB API backend support |