This is an automated email from Gerrit. "Antonio Borneo <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6637
-- gerrit commit 40f92a3a3b4c847ba9f937a15f3d3f3d4e8e067f Author: Antonio Borneo <[email protected]> Date: Fri Oct 8 18:15:12 2021 +0200 jtag/aice: remove unused exported struct aice_interface_param_s The struct aice_interface_param_s is declared but is never referenced. Drop it. Change-Id: I4e6493d4baf292bb55dbd40228d4fa7c9e2afab5 Signed-off-by: Antonio Borneo <[email protected]> diff --git a/src/jtag/aice/aice_interface.h b/src/jtag/aice/aice_interface.h index 220b0b04d..3bddfa342 100644 --- a/src/jtag/aice/aice_interface.h +++ b/src/jtag/aice/aice_interface.h @@ -19,17 +19,6 @@ #ifndef OPENOCD_JTAG_AICE_AICE_INTERFACE_H #define OPENOCD_JTAG_AICE_AICE_INTERFACE_H -struct aice_interface_param_s { - /** */ - const char *device_desc; - /** */ - const char *serial; - /** */ - uint16_t vid; - /** */ - uint16_t pid; -}; - int aice_init_targets(void); int aice_scan_jtag_chain(void); --
