Remove vestigial last_tms variable from jlink driver.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1563 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
2f3dc12ad7
commit
5ee99a7e80
|
@ -621,8 +621,6 @@ typedef struct
|
||||||
static int pending_scan_results_length;
|
static int pending_scan_results_length;
|
||||||
static pending_scan_result_t pending_scan_results_buffer[MAX_PENDING_SCAN_RESULTS];
|
static pending_scan_result_t pending_scan_results_buffer[MAX_PENDING_SCAN_RESULTS];
|
||||||
|
|
||||||
static int last_tms;
|
|
||||||
|
|
||||||
static void jlink_tap_init(void)
|
static void jlink_tap_init(void)
|
||||||
{
|
{
|
||||||
tap_length = 0;
|
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)
|
static void jlink_tap_append_step(int tms, int tdi)
|
||||||
{
|
{
|
||||||
last_tms = tms;
|
|
||||||
int index = tap_length / 8;
|
int index = tap_length / 8;
|
||||||
|
|
||||||
if (index >= JLINK_TAP_BUFFER_SIZE)
|
if (index >= JLINK_TAP_BUFFER_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue