core: Remove unused member add_iso_packet_size from struct usbi_os_backend
authorTobias Klauser <tklauser@distanz.ch>
Tue, 14 Apr 2015 09:20:24 +0000 (11:20 +0200)
committerChris Dickens <christopher.a.dickens@gmail.com>
Tue, 28 Apr 2015 20:46:37 +0000 (13:46 -0700)
commit0a5b00660b9558af05469321dfd2f8db8908911e
treeef12257fa24b795887ff7402fc84810d5d064a50
parentdf08e7e290903ad851249a5ccf8ed1b0417282d8
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>
libusb/io.c
libusb/libusbi.h
libusb/os/darwin_usb.c
libusb/os/haiku/haiku_usb_raw.cpp
libusb/os/linux_usbfs.c
libusb/os/netbsd_usb.c
libusb/os/openbsd_usb.c
libusb/os/wince_usb.c
libusb/os/windows_usb.c
libusb/version_nano.h