From: Antonio Borneo Date: Fri, 8 Oct 2021 16:15:12 +0000 (+0200) Subject: jtag/aice: remove unused exported struct aice_interface_param_s X-Git-Tag: v0.12.0-rc1~469 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=bba2eecbc2b7d738e6f948b85ec420c084b28022 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 Reviewed-on: https://review.openocd.org/c/openocd/+/6637 Tested-by: jenkins Reviewed-by: Tomas Vanek --- diff --git a/src/jtag/aice/aice_interface.h b/src/jtag/aice/aice_interface.h index 220b0b04d4..3bddfa342a 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);