core: Remove select case not possibly reached

References #1067

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
Tormod Volden
2022-06-26 15:31:17 +02:00
parent 95e601ce11
commit cd8078db05
2 changed files with 1 additions and 2 deletions

View File

@@ -2237,7 +2237,6 @@ int API_EXPORTED libusb_set_option(libusb_context *ctx,
return LIBUSB_ERROR_NOT_SUPPORTED;
break;
case LIBUSB_OPTION_MAX:
default:
return LIBUSB_ERROR_INVALID_PARAM;
}

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11734
#define LIBUSB_NANO 11735