summaryrefslogtreecommitdiff
path: root/libusb/os/haiku/haiku_usb_raw.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-14 11:20:24 +0200
committerChris Dickens <christopher.a.dickens@gmail.com>2015-04-28 13:46:37 -0700
commit0a5b00660b9558af05469321dfd2f8db8908911e (patch)
treeef12257fa24b795887ff7402fc84810d5d064a50 /libusb/os/haiku/haiku_usb_raw.cpp
parentdf08e7e290903ad851249a5ccf8ed1b0417282d8 (diff)
downloadlibusb-0a5b00660b9558af05469321dfd2f8db8908911e.tar.gz
core: Remove unused member add_iso_packet_size from struct usbi_os_backend
The member add_iso_packet_size of struct usbi_os_backend is set to 0 in all backends and thus has no actual use. This has been the case since commit ad6e2b71 ("Linux: fire multiple URBs at once for split transfers"). Also, the comment above the member actually states the fact that it is unused and could potentially be removed, so remove it. Closes #62 Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/os/haiku/haiku_usb_raw.cpp')
-rw-r--r--libusb/os/haiku/haiku_usb_raw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/os/haiku/haiku_usb_raw.cpp b/libusb/os/haiku/haiku_usb_raw.cpp
index a376596..39fb57a 100644
--- a/libusb/os/haiku/haiku_usb_raw.cpp
+++ b/libusb/os/haiku/haiku_usb_raw.cpp
@@ -252,5 +252,4 @@ const struct usbi_os_backend haiku_usb_raw_backend = {
/*.device_priv_size =*/ sizeof(USBDevice*),
/*.device_handle_priv_size =*/ sizeof(USBDeviceHandle*),
/*.transfer_priv_size =*/ sizeof(USBTransfer*),
- /*.add_iso_packet_size =*/ 0,
};