Skip to content
Snippets Groups Projects
Commit 5ee99a7e authored by zwelch's avatar zwelch
Browse files

Remove vestigial last_tms variable from jlink driver.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1563 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 2f3dc12a
Branches
No related tags found
No related merge requests found
......@@ -621,8 +621,6 @@ typedef struct
static int pending_scan_results_length;
static pending_scan_result_t pending_scan_results_buffer[MAX_PENDING_SCAN_RESULTS];
static int last_tms;
static void jlink_tap_init(void)
{
tap_length = 0;
......@@ -642,7 +640,6 @@ static void jlink_tap_ensure_space(int scans, int bits)
static void jlink_tap_append_step(int tms, int tdi)
{
last_tms = tms;
int index = tap_length / 8;
if (index >= JLINK_TAP_BUFFER_SIZE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment