diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/bitbang.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c index 97ea94e0..f79d2af7 100644 --- a/src/jtag/bitbang.c +++ b/src/jtag/bitbang.c @@ -43,9 +43,6 @@ int bitbang_execute_queue(void); /* The bitbang driver leaves the TCK 0 when in idle */ -static enum tap_state end_state; -static enum tap_state cur_state; - void bitbang_end_state(enum tap_state state) { if (tap_move_map[state] != -1) |