target/adi_v5_jtag: remove unused global variable

Change-Id: Ia4e8b90359c23f4be1d3677b44b0ebd063bb8dcc
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5901
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo 2020-10-29 01:34:37 +01:00
parent 9d50f3f3af
commit c8628541ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{