remove unused variable

This commit is contained in:
Stanislav Shwartsman 2023-10-23 09:55:42 +03:00
parent 78acf5ba76
commit c48a50141b

View File

@ -239,7 +239,7 @@ void bx_init_usb_options(const char *usb_name, const char *pname, int maxports,
// ehci companion type
static const char *ehci_comp_type[] = { "uhci", "ohci", NULL };
bx_param_enum_c *companion = new bx_param_enum_c(menu,
new bx_param_enum_c(menu,
"companion", "Companion Type",
"Select Companion type to emulate",
ehci_comp_type,