From: oharboe Date: Tue, 8 Apr 2008 19:23:50 +0000 (+0000) Subject: use jtag.c's cur/end_state global variables. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=94320a1dc3394e90560fd4f0cddc3362a4337275;p=fw%2Fopenocd use jtag.c's cur/end_state global variables. git-svn-id: svn://svn.berlios.de/openocd/trunk@551 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c index 97ea94e04..f79d2af72 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)