From: Antonio Borneo Date: Thu, 29 Oct 2020 00:34:37 +0000 (+0100) Subject: target/adi_v5_jtag: remove unused global variable X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c8628541ae64e954bd72628666b22660d61c5335;p=fw%2Fopenocd target/adi_v5_jtag: remove unused global variable Change-Id: Ia4e8b90359c23f4be1d3677b44b0ebd063bb8dcc Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/5901 Tested-by: jenkins Reviewed-by: Tomas Vanek --- diff --git a/src/target/adi_v5_jtag.c b/src/target/adi_v5_jtag.c index c2100eb47..6dede972c 100644 --- a/src/target/adi_v5_jtag.c +++ b/src/target/adi_v5_jtag.c @@ -145,7 +145,7 @@ struct dap_cmd { struct dap_cmd_pool { struct list_head lh; struct dap_cmd cmd; -} dap_cmd_pool; +}; static void log_dap_cmd(const char *header, struct dap_cmd *el) {