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:
parent
9d50f3f3af
commit
c8628541ae
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue