summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:40:23 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 08:40:23 +0000
commit2a8e37173ad93c6c63aef28e365cc341d4c06fdb (patch)
treeb68cc0ca57a833edbdfbfa22e29683a1ed56f5e4 /src/jtag
parentcd7f89f6bcc954da3ffa5b9b9eca49c32e152e7d (diff)
downloadopenocd+libswd-2a8e37173ad93c6c63aef28e365cc341d4c06fdb.tar.gz
openocd+libswd-2a8e37173ad93c6c63aef28e365cc341d4c06fdb.tar.bz2
openocd+libswd-2a8e37173ad93c6c63aef28e365cc341d4c06fdb.tar.xz
openocd+libswd-2a8e37173ad93c6c63aef28e365cc341d4c06fdb.zip
Remove superfluous extern for non-existant global variable.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2160 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 0e21738e..1b0bed0e 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -266,8 +266,6 @@ int jtag_get_speed(void);
*/
int jtag_set_speed(int speed);
-extern int jtag_speed_post_reset;
-
enum reset_types {
RESET_NONE = 0x0,
RESET_HAS_TRST = 0x1,