core: Remove usbi_parse_descriptor() function
authorChris Dickens <christopher.a.dickens@gmail.com>
Fri, 17 Apr 2020 19:07:38 +0000 (12:07 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Fri, 17 Apr 2020 19:07:38 +0000 (12:07 -0700)
commitf07af6458f9eb9b932112d12840039e321dac500
tree470b44094638f8e520f527def56fc2e0464762b7
parent95b60dc3f5146a739911907ab452433b9bd8d6d7
core: Remove usbi_parse_descriptor() function

The Linux backend was the only caller of this function, but with the
packed structures introduced in commit d06cc52851 its use is no longer
necessary. Convert the function to static and remove the return type as
no callers paid attention to it.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/descriptor.c
libusb/libusbi.h
libusb/os/linux_usbfs.c
libusb/version_nano.h