From: <zw...@ma...> - 2009-04-29 07:22:26
|
Author: zwelch Date: 2009-04-29 07:22:14 +0200 (Wed, 29 Apr 2009) New Revision: 1563 Modified: trunk/src/jtag/jlink.c Log: Remove vestigial last_tms variable from jlink driver. Modified: trunk/src/jtag/jlink.c =================================================================== --- trunk/src/jtag/jlink.c 2009-04-29 03:28:12 UTC (rev 1562) +++ trunk/src/jtag/jlink.c 2009-04-29 05:22:14 UTC (rev 1563) @@ -621,8 +621,6 @@ 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_append_step(int tms, int tdi) { - last_tms = tms; int index = tap_length / 8; if (index >= JLINK_TAP_BUFFER_SIZE) |