| Index: device/usb/usb_descriptors.h
|
| diff --git a/device/usb/usb_descriptors.h b/device/usb/usb_descriptors.h
|
| index 2881aba6eca7ed2325c341744e7869e0f0564725..0395f1d420973c91ea5e91af4c9d09aee0072776 100644
|
| --- a/device/usb/usb_descriptors.h
|
| +++ b/device/usb/usb_descriptors.h
|
| @@ -39,8 +39,6 @@ struct UsbEndpointDescriptor {
|
| UsbEndpointDescriptor();
|
| ~UsbEndpointDescriptor();
|
|
|
| - typedef std::vector<UsbEndpointDescriptor>::const_iterator Iterator;
|
| -
|
| uint8_t address;
|
| UsbEndpointDirection direction;
|
| uint16_t maximum_packet_size;
|
| @@ -55,8 +53,6 @@ struct UsbInterfaceDescriptor {
|
| UsbInterfaceDescriptor();
|
| ~UsbInterfaceDescriptor();
|
|
|
| - typedef std::vector<UsbInterfaceDescriptor>::const_iterator Iterator;
|
| -
|
| uint8_t interface_number;
|
| uint8_t alternate_setting;
|
| uint8_t interface_class;
|
|
|