|
From: oharboe at B. <oh...@ma...> - 2009-06-04 14:42:21
|
Author: oharboe
Date: 2009-06-04 14:42:21 +0200 (Thu, 04 Jun 2009)
New Revision: 2046
Modified:
trunk/src/jtag/zy1000.c
Log:
remove unused code.
Modified: trunk/src/jtag/zy1000.c
===================================================================
--- trunk/src/jtag/zy1000.c 2009-06-04 12:12:38 UTC (rev 2045)
+++ trunk/src/jtag/zy1000.c 2009-06-04 12:42:21 UTC (rev 2046)
@@ -427,11 +427,6 @@
extern int jtag_check_value(u8 *captured, void *priv);
-static void gotoEndState(void)
-{
- setCurrentState(cmd_queue_end_state);
-}
-
static __inline void scanFields(int num_fields, scan_field_t *fields, tap_state_t shiftState, tap_state_t end_state)
{
int i;
|