From c48a50141b6ade6c6b0744280a598b55d906bb9e Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Mon, 23 Oct 2023 09:55:42 +0300 Subject: [PATCH] remove unused variable --- bochs/config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/config.cc b/bochs/config.cc index c5c833fe2..396f95f79 100644 --- a/bochs/config.cc +++ b/bochs/config.cc @@ -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,